{% extends "base.html.twig" %} {% trans_default_domain 'dashboard' %} {% block actionheader %} {% endblock %} {% block searchform_container %} {% endblock %} {% block dashboard %}
| Pagos | |
|---|---|
| {% trans %}list.payments_received{% endtrans %} | {{ totals.paid|localizedcurrency(currency, app.request.locale) }} |
| {% trans %}list.payments_due{% endtrans %} | {{ totals.due|localizedcurrency(currency, app.request.locale) }} |
| {% trans %}list.payments_overdue{% endtrans %} | {{ totals.overdue|localizedcurrency(currency, app.request.locale) }} |
| {% trans %}list.balance{% endtrans %} | |
|---|---|
| {% trans %}list.balance_total{% endtrans %} | {{ totals.gross|localizedcurrency(currency, app.request.locale) }} |
| {% trans %}list.balance_net{% endtrans %} | {{ totals.net|localizedcurrency(currency, app.request.locale) }} |
| {% trans %}list.balance_taxes{% endtrans %} | {{ totals.tax|localizedcurrency(currency, app.request.locale) }} |
| {% trans %}list.taxes{% endtrans %} | |
|---|---|
| {{ tax }} | {{ totals.taxes[tax.id]|localizedcurrency(currency, app.request.locale) }} |