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

Inventário da outorga {{ t }}

Imprimir

Patrimônio por termo de outorga

{% for t in termos %} {% for p in t.patrimonios %} {% endfor %} {% endfor %}
Patr. OficialNFDescrição - complementoValorMarcaNSEstadoLocalizaçãoPosição
{{ p.numero_fmusp|default_if_none:"" }}{{ p.pagamento.protocolo.num_documento }}{% if p.equipamento %}[{{ p.equipamento.tipo }}] {% endif %}{{ p.descricao }} - {{ p.complemento|default:"" }}{{ p.valor }}{{ p.equipamento.entidade_fabricante.sigla }}{{ p.ns }}{{ p.historico_atual.estado }}{{ p.historico_atual.endereco }}{{ p.historico_atual.posicao|default_if_none:"" }}
{% endblock %}