diff --git a/templates/admin_rendiciones.html b/templates/admin_rendiciones.html index 8fe7155..4bed7ca 100644 --- a/templates/admin_rendiciones.html +++ b/templates/admin_rendiciones.html @@ -1,15 +1,16 @@ {% extends "macros/base.html" %} - +{% from 'macros/modals.html' import view_rendicion_modal %} {% block title %}Historial de Rendiciones{% endblock %} {% block head %} - {% endblock %} {% block content %}
| ${{ "{:,.0f}".format(r[5]).replace(',', '.') }} | ${{ "{:,.0f}".format(r[6]).replace(',', '.') }} | - Ver Detalle + | {% else %} @@ -46,4 +54,35 @@