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

Prestação de contas do processo {{ termo }}

{% for m in modalidades %} {% for p in m.parcial %} {% for pgto in p.pgtos %} {% for a in pgto.auditorias %} {% endfor %} {% endfor %} {% endfor %}
{{ m.modalidade }}
Parcial {{ p.num }}/página {{ pgto.pagina }} {{ pgto.pg.origem_fapesp.item_outorga }} {{ pgto.pg.conta_corrente.data_oper }} {% if pgto.pg.conta_corrente.imagem %}{{ pgto.pg.conta_corrente.cod_oper }}{% else %}{{ pgto.pg.conta_corrente.cod_oper }}{% endif %} [{{ pgto.pg.protocolo.num_documento }}] {{ pgto.pg.valor_fapesp|moeda }} {% if pgto.pg.conta_corrente.extrato_financeiro.comprovante %}comprovante da liberação{% endif %}
{{ a.auditoria.tipo }} {% if a.auditoria.arquivo %}arquivo{% endif %} {{ a.auditoria.estado }}
{% endfor %} {% endblock %}