{% 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 admin_static admin_list i18n %} {% block stylesheet %}{% static "css/changelists.css" %}{% endblock %} {% block bodyclass %}change-list{% endblock %} {% block content %}

Lista de protocolos

{% for p in protocolos %} {% endfor %}
Entidade Descrição Valor Tipo de documento Número do documento Termo Modalidades
{{ p.entidade }} {{ p.descricao }} {{ p.valor }} {{ p.tipo }} {{ p.num }} {{ p.termo }} {{ p.modalidades }}
{% endblock %}