{% extends "admin/base_site.html" %} {% comment %} This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. {% endcomment %} {% load proto_tags %} {% load static %} {% load i18n %} {% block extrahead %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Relatório gerencial do ano de {{ ano }}

{% for t in termos %} {% endfor %} {% for m in modalidades %} {% for t in m.termos %} {% endfor %} {% endfor %}
Modalidade{{ t }}Total
{{ m.modalidade }}{{ t.valor|moeda_css:m.moeda_nacional }}{{ m.total|moeda_css:m.moeda_nacional }}
{% for m in modalidades %}

{{ m.modalidade }}

{% for t in termos %} {% endfor %} {% for item in m.itens %} {% for t in item.termos %} {% endfor %} {% endfor %}
Item{{ t }}Total
{{ item.descricao }}{{ t|moeda_css:m.moeda_nacional }}{{ item.total|moeda_css:m.moeda_nacional }}
{% endfor %} {% endblock %}