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

Pagamentos por item de outorga do processo {{ termo }} e modalidade {{ modalidade }}

{% for it in itens %} {% for pg in it.pagtos %} {% for a in pg.docs %} {% endfor %} {% for pt in pg.patrimonios %} {% endfor %} {% endfor %} {% endfor %}
{{ it.item.descricao }} - {{ it.total|moeda }}
{{ pg.p.conta_corrente.cod_oper }} {{ pg.p.conta_corrente.data_oper|date:"d/m" }} {{ pg.p.protocolo.descricao2 }} {{ pg.p.protocolo.referente }} {{ pg.p.valor_fapesp|moeda }} [{{ pg.p.protocolo.tipo_documento.nome }} - {{ pg.p.protocolo.num_documento }}]
{{ a.tipo.nome }} parc. {{ a.parcial }}/pag. {{ a.pagina }} {% if a.arquivo %}arquivo{% endif %}
(Patrimônio: marca, modelo e número de série) {{ pt.marca }} {{ pt.modelo }} {{ pt.ns }}
{% endblock %}