{% extends 'gakusei/layout.html' %} {% block body %}
| Fecha | Estudiante | Cédula | Monto | Método | Referencia | Concepto | Emitido por | Mes | Acciones |
|---|---|---|---|---|---|---|---|---|---|
| {{ pago.payment_date|date:"j \d\e F \d\e Y" }} | {{ pago.get_student_name }} | {{ pago.get_student_id }} | {{ pago.amount }} | {{ pago.payment_method }} | {{ pago.reference_code }} | {{ pago.payment_concept }} | {{ pago.issued_by }} | {{ pago.month }} | |
| No hay pagos registrados. | |||||||||