{% extends "macros/base.html" %} {% from 'macros/modals.html' import view_rendicion_modal %} {% block title %}Historial de Rendiciones{% endblock %} {% block head %} {% endblock %} {% block content %}
| Fecha | Trabajador | Módulo | Turno | Total Declarado | Gastos | Acciones |
|---|---|---|---|---|---|---|
| {{ r[1] }} | {{ r[2] }} | {{ r[3] }} | {{ r[4] }} | ${{ "{:,.0f}".format(r[5]).replace(',', '.') }} | ${{ "{:,.0f}".format(r[6]).replace(',', '.') }} | |
| Aún no hay rendiciones enviadas. | ||||||