{% 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 %}ID | {% if endereco %}Local | {% endif %}Procedência | NF | Marca | Modelo | Part number | Descrição | NS | Estado | |
---|---|---|---|---|---|---|---|---|---|---|
{% if endereco %} | {{ d.detalhe }} | {% endif %}|||||||||
{{ p.id }} | {% if endereco %}{% endif %} | {{ 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 }} |