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

Relatório de Protocolos por Descrição {% if termo %}- {{ termo|default:'' }}{% endif %}


{% for prot in protocolos %} {% if prot.protocolos %}

{{ prot.descricao }}

{% for p in prot.protocolos %} {% for a in p.arquivo_set.all %} {% endfor %} {% endfor %}
Tipo e número Referente Valor Estado
({{ p.tipo_documento }} {{ p.num_documento }}) {{ p.referente }} {{ p.mostra_valor }} {{ p.estado }}
arquivo
{% endif %} {% endfor %} {% endblock %}