{% 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 %} {% block content %}

Relatório de termos de outorga

{% for t in termos %} {% if t.orcamento %}{% endif %} {% if t.extrato_financeiro %}{% endif %} {% if t.parecer %}{% endif %} {% if t.parecer_final %}{% endif %} {% if t.doacao %}{% endif %} {% if t.quitacao %}{% endif %} {% for o in t.outorga_set.all %} {% if o.arquivo %}{% endif %}{% if o.protocolo %}{% endif %} {% endfor %} {% endfor %}
Processo {{ t }}
orçamento: arquivo
extrato financeiro: arquivo
parecer inicial: arquivo
parecer final: arquivo
doação: arquivo
quitação: arquivo
Termos de outorga
{{ o.categoria }}data: {{ o.data_solicitacao }}outorga: arquivoprotocolo: arquivo
{% endblock %}