{% 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 localização

{% if endereco %}{{ endereco }}{% else %}{{ detalhe.endereco }} - {{ detalhe }}{% endif %}

{% if endereco %}{% endif %} {% for d in detalhes %} {% if endereco %}{% endif %} {% for p in d.patrimonio %} {% if endereco %}{% endif %} {% for f in p.contido.all %} {% for g in f.contido.all %} {% for h in g.contido.all %} {% endfor %} {% endfor %} {% endfor %} {% endfor %} {% endfor %}
IDLocalProcedência NF Marca Modelo Part number Descrição NS Estado
{{ d.detalhe }}
{{ p.id }}{{ p.procedencia }} {{ p.pagamento.protocolo.num_documento }} {{ p.equipamento.entidade_fabricante.sigla }} {{ p.modelo }}{{ p.part_number }} {{ p.descricao }} - {{ p.complemento }} {{ p.ns }} {{ p.historico_atual_prefetched.estado }}
{{ f.procedencia }} {{ f.pagamento.protocolo.num_documento }} {{ f.equipamento.entidade_fabricante.sigla }} {{ f.modelo }} {{ f.part_number }} {{ f.descricao }} {{ f.ns }} {{ f.historico_atual_prefetched.estado }}
{{ g.procedencia }} {{ g.pagamento.protocolo.num_documento }} {{ g.equipamento.entidade_fabricante.sigla }} {{ g.modelo }} {{ g.part_number }} {{ g.descricao }} {{ g.ns }} {{ g.historico_atual_prefetched.estado }}
{{ h.procedencia }} {{ h.pagamento.protocolo.num_documento }} {{ h.equipamento.entidade_fabricante.sigla }} {{ h.modelo }} {{ h.part_number }} {{ h.descricao }} {{ h.ns }} {{ h.historico_atual_prefetched.estado }}
{% endblock %}