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

Processo {{ termo }}

Saldo {% if caixa %}em caixa {% endif %}a ser devolvido à Fapesp

{% for p in parciais %} {% for d in p.dados %} {% for pg in d.pgtos %} {% endfor %} {% endfor %} {% endfor %}
Parcial {{ p.parcial }}(Devolver à Fapesp) {{ p.diff|moeda }}
Cheque {{ d.cheque.cod_oper }} {{ d.cheque.data_oper|date:"d/m/Y" }} (Devolver à Fapesp) {{ d.diff|moeda }}
{{ pg.pg.origem_fapesp.item_outorga.natureza_gasto.modalidade.sigla }} - parcial {{ pg.pg.parcial }} - página {{ pg.pg.pagina }} {{ pg.pg.protocolo.num_documento }} {{ pg.pg.valor_fapesp|moeda }} {{ pg.pg.valor_patrocinio|default_if_none:"" }} {% if not pg.naparcial %}Tem parcial errada{% endif %}
{% endblock %}