{% 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 %}

Cotações para o pedido {{ pai.descricao }}

{{ ref }} {% if pai.responsavel %} {% ifequal pai.responsavel user %} Você ({{ pai.responsavel }}) é o responsável por estas cotações. {% else %} O usuário {{ pai.responsavel }} é o responsável por estas cotações. {% endifequal %} {% else %} Ninguém ainda é responsável por estas cotações. {% endif %}

{% block result_list %} {% if lista_cotacoes %} {% for c in lista_cotacoes %} {% endfor %}
{% 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" %}
{% endif %} {% endblock %} {% endblock %}