{% 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 %} {% load static from staticfiles %} {% block extrahead %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Inventário da outorga {{ termo|default:'' }}

{% if termos %}
{%for m in marca%} {%endfor%}
{% endif %}
Filtro

{% if termos %}

{% if ver_numero_fmusp %} {% endif %} {% for t in termos %} {% for tp in t.tipos %} {% for pg in tp.pagamentos %} {% if ver_numero_fmusp %} {% endif %} {% for p in pg.patrimonios %} {% if ver_numero_fmusp %} {% endif %} {% with p.historico_atual as historico_atual %} {% endwith %} {% if not numero_fmusp %} {% for pf in p.contido.all %} {% if ver_numero_fmusp %} {% endif %} {% endfor %} {% endif %} {% endfor %} {% endfor %} {% endfor %} {% endfor %}
Patrimônio oficialNF Descrição - complemento Valor Marca NS Estado Localização Posição
{{ pg.pg.protocolo.num_documento }}
{{ p.numero_fmusp|default_if_none:"" }} {% if p.equipamento %}[{{ p.equipamento.tipo }}] {% endif %}{{ p.descricao }} - {{ p.complemento|default:"" }} {{ p.valor }} {{ p.equipamento.entidade_fabricante.sigla }} {{ p.ns }}{{ historico_atual.estado }} {{ historico_atual.endereco }} {{ historico_atual.posicao|default_if_none:"" }}
{% if pf.equipamento %}[{{ pf.equipamento.tipo }}] {% endif %}{{ pf.descricao }} - {{ pf.complemento|default:"" }} {{ pf.valor }} {{ pf.equipamento.entidade_fabricante.sigla }} {{ pf.ns }} {{ pf.historico_atual.estado }} {{ pf.historico_atual.endereco }} {{ pf.historico_atual.posicao|default_if_none:"" }}
{% else %}
Não foram encontrados dados para a exibição.
{% endif %} {% endblock %}