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

Patrimônio por estado - {{ estado }}

Filtro
:
{% if entidades %} {% comment %}
{% endcomment %} {% for e in entidades %} {% for d in e.detalhes %} {% for p in d.patrimonios %} {% for f in p.patrimonio_set.all %} {% endfor %} {% endfor %} {% endfor %} {% endfor %}
Entidade Local Procedência Marca Modelo Part number Descrição NS
{{ e.entidade }}
{{ d.detalhe.detalhes }}
{{ p.procedencia|default:'---' }} {{ p.equipamento.entidade_fabricante.sigla|default:'---' }} {{ p.modelo|default:'---' }} {{ p.part_number|default:'---' }} {{ p.descricao }} {{ p.ns|default:'---' }}
{{ f.procedencia|default:'---' }} {{ f.equipamento.entidade_fabricante.sigla|default:'---' }} {{ f.modelo|default:'---' }} {{ f.part_number|default:'---' }} {{ p.descricao }} {{ f.ns|default:'---' }}
{% elif estado_id %}
Não foram encontrados dados para a exibição.
{% endif %} {% endblock %}