diff --git a/sigi/apps/home/templates/home/sem_convenio.html b/sigi/apps/home/templates/home/sem_convenio.html new file mode 100644 index 0000000..451a586 --- /dev/null +++ b/sigi/apps/home/templates/home/sem_convenio.html @@ -0,0 +1,98 @@ +{% load static from staticfiles %} +{% load i18n %} + + +
+ +{% trans 'SENADO FEDERAL' %}
+{% trans 'PROGRAMA INTERLEGIS – SIGI' %}
+{{ titulo }}
+{% trans "Nome da Casa" %} | +{% trans "UF" %} | +{% trans "Gerente de contas" %} | +{% trans "Serviços" %} | +
---|---|---|---|
{{ casa.nome }} | +{{ casa.municipio.uf.sigla }} | +{{ casa.gerente_contas.nome_completo }} | ++ {% for s in casa.servico_set.all %} + {% if s.data_desativacao == None %} + {{ s.tipo_servico.nome }}{% if not forloop.last %}, {% endif %} + {% endif %} + {% endfor %} + | +
{{item}} | - {% endfor %} -|
---|---|
{{cabecalho}} | - {% for item in lista %} -{{item}} | - {% endfor %} -
{{ servico.nome }} | -{{ servico.total }} | -{{ servico.novos_mes_anterior }} | -{{ servico.novos_mes_atual }} | - {% else %} -
- {{ servico.nome }}
-
|
- {{ servico.total }} | -{{ servico.novos_mes_anterior }} | -{{ servico.novos_mes_atual }} | - {% endif %} -
---|
{{item}} | + {% endfor %} +|
---|---|
{{cabecalho}} | + {% for item in lista %} +{{item}} | + {% endfor %} +
{{ s }} | + {% endfor %} +|||||
---|---|---|---|---|---|
+ {{ servico.nome }}
+
|
+ {{ servico.total }} | +{{ servico.novos_mes_anterior }} | +{{ servico.novos_mes_atual }} | +