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

Relatório de recursos técnicos

{% if planejamentos %}
{% endif %}
Filtro
{% if planejamentos %} {% if estado_selected == 0 %} {% endif %} {% if estado_selected == 0 %} {% else %} {% endif %} {% for r in planejamentos %} {% if not estado_selected or estado_selected == 0 %} {% endif %} {% for b in r.beneficiados %} {% if not estado_selected or estado_selected == 0 %} {% else %} {% endif %} {% endfor %} {% endfor %}
Contrato OSEst. OSClassificação Descrição Referente Qtd
BeneficiadoBeneficiadoEstado Qtd
{{ r.contrato.numero }} {{ r.os.numero }}{{ r.os.estado|default:'-' }}{{ r.classificacao }} {{ r.descricao }} {{ r.referente }} {{ r.quantidade }}
{{b.entidade}}{{b.entidade}}{{b.estado|default:'-'}} {{b.quantidade|default:'-'}}
{% else %}


Não foram encontrados dados para a exibição.
{% endif %} {% endblock %}