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

Patrimônios por tipo

{% comment %}

Imprimir

{% endcomment %}

Patrimonios do tipo {{ tipo }}

{% if tipos %} : {% endif %} :

{% for p in patrimonios %} {% endfor %}
Checado ID Procedência Marca Modelo Part number Descrição NS Local Posição Estado NF
{{ p.checado }} {{ p.id }} {{ p.procedencia }} {{ p.equipamento.entidade_fabricante.sigla }} {{ p.modelo }} {{ p.part_number }} {{ p.descricao }} {{ p.ns }} {{ p.historico_atual.endereco.end }} {{ p.historico_atual.endereco.complemento }} {{ p.historico_atual.estado }} {{ p.pagamento.protocolo.num_documento }}
{% endblock %}