{% 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 admin_static admin_list i18n %} {% block extrahead %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% if view == 'financeiro_parciais' %} Extrato do financeiro por parcial {% elif view == 'extrato_financeiro' %} Extrato do financeiro por mês {% elif view == 'relatorio_acordos' %} Relatório de acordos {% elif view == 'relatorio_gerencial' %} Relatório gerencial {% elif view == 'parciais' %} Diferenças totais {% elif view == 'caixa' %} Diferenças de caixa {% elif view == 'presta_contas' %} Prestação de contas {% elif view == 'protocolos_descricao' %} Relatório de Protocolos por descrição {% else %} Relatório {% endif %}

Filtro

{% if meses %} {% endif %}

{% if view == 'relatorio_gerencial' or view == 'relatorio_acordos' %} {% endif %} {% if view == 'relatorio_gerencial' %} {% endif %} {% if view == 'relatorio_gerencial' or view == 'relatorio_acordos' %}

{% endif %}
{% endblock %}