{% 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 extrastyle %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Custos dos recursos contratados

Filtro
{% if recursos %}
{% endif %}
{% if recursos %} {##} {% if not estado_selected or estado_selected == '0' %} {% endif %} {% for r in recursos %} {##} {% if not estado_selected or estado_selected == '0' %} {% endif %} {% endfor %}
IDContrato OSEst. OSData Ini. Data Fim Projeto Descrição Referente Unidade Preço unitário Qtd Custo mensal sem imposto Custo mensal com imposto Meses pagos Ref. Total sem imposto Total com imposto Nota fiscal Termo
{{ r.id }}{{ r.planejamento.os.contrato.numero }} {{ r.planejamento.os }}{{ r.planejamento.os.estado|default:'-' }}{{ r.planejamento.os.data_inicio|date:"d/m/Y" }} {{ r.planejamento.os.data_rescisao|date:"d/m/Y" }} {{ r.planejamento.projeto }} {{ r.planejamento.tipo }} {{ r.planejamento.referente }} {{ r.planejamento.unidade }} {{ r.planejamento.valor_unitario|moeda }} {{ r.planejamento.quantidade }} {{ r.valor_mensal_sem_imposto|moeda }} {{ r.valor_imposto_mensal|moeda }} {{ r.quantidade }} {{r.mes_referencia|default:"-"}} / {{r.ano_referencia|default:"-"}} {{ r.total_sem_imposto|moeda }} {{ r.total_geral|moeda }} {{ r.pagamento.protocolo.num_documento }} {{ r.pagamento.termo }}
{% else %}


Não foram encontrados dados para a exibição.
{% endif %} {% endblock %}