{% 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 adminm_static admin_list i18n %} {% block stylesheet %}{% static "css/changelists.css" %}{% endblock %} {% block bodyclass %}change-list{% endblock %} {% block content %}
{% trans "Data de validade" %} | {% trans "Descrição" %} | {% trans "Entidade" %} | {% trans "Valor total" %} | {% trans "Estado" %} | Ação |
---|---|---|---|---|---|
{{ c.data_validade }} | {{ c.descricao }} | {{ c.identificacao.entidade }} | {{ c.mostra_valor }} | {{ c.estado }} | {% trans "Alterar" %} |