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

Inventário por tipo de equipamento

{% comment %}
{% endcomment %} {% if entidades %}

Tipo {{ tipo }}

{% for e in entidades %} {% endfor %}
Entidade Local Posição Marca Modelo Part number Descrição NS Estado
{{ e.entidade }} {{ e.local }} {{ e.patrimonio.historico_atual_prefetched.posicao|default_if_none:'' }} {{ e.patrimonio.equipamento.entidade_fabricante.sigla }} {{ e.patrimonio.modelo }} {{ e.patrimonio.part_number }} {{ e.patrimonio.descricao }} {{ e.patrimonio.ns }} {{ e.patrimonio.historico_atual_prefetched.estado }}
{% else %}
Não foram encontrados dados para a exibição.
{% endif %} {% endblock %}