mirror of https://github.com/interlegis/sapl.git
Cesar Augusto de Carvalho
6 years ago
committed by
Edward
7 changed files with 66 additions and 66 deletions
@ -1,22 +1,22 @@ |
|||
{% load common_tags %} |
|||
|
|||
<fieldset> |
|||
<p align="justify"> |
|||
<p align="justify"> |
|||
{% if presenca_sessao %} |
|||
<strong>Lista de Presença na Sessão: </strong> |
|||
{% for p in presenca_sessao %} |
|||
{{p.nome_completo}} / {% if p|filiacao_data_filter:object.data_inicio %} {{ p|filiacao_data_filter:object.data_inicio }} {% else %} Sem partido {% endif %} |
|||
{% if not forloop.last %} ; {% endif %} |
|||
{{p.nome_completo}} / {% if p|filiacao_data_filter:object.data_inicio %} {{ p|filiacao_data_filter:object.data_inicio }} {% else %} Sem partido {% endif %} |
|||
{% if not forloop.last %} ; {% endif %} |
|||
{% endfor %} |
|||
{% endif %} |
|||
</p> |
|||
<p align="justify"> |
|||
{% if justificativa_ausencia %} |
|||
{% endif %} |
|||
</p> |
|||
<p align="justify"> |
|||
{% if justificativa_ausencia %} |
|||
<strong>Justificativas de Ausências na Sessão: </strong> |
|||
{% for j in justificativa_ausencia %} |
|||
{{j.parlamentar.nome_completo}} / {{ j.tipo_ausencia }} |
|||
{% if not forloop.last %} ; {% endif %} |
|||
{{j.parlamentar.nome_completo}} / {{ j.tipo_ausencia }} |
|||
{% if not forloop.last %} ; {% endif %} |
|||
{% endfor %} |
|||
{% endif %} |
|||
</p> |
|||
{% endif %} |
|||
</p> |
|||
</fieldset> |
|||
|
@ -1,33 +1,36 @@ |
|||
<fieldset> |
|||
<p align="justify"> |
|||
<strong>Matérias da Ordem do Dia: </strong> |
|||
{% for m in materias_ordem %} |
|||
<b>{{m.numero}} - {{m.titulo}}</b>, |
|||
{{m.ementa|safe}} |
|||
Autor{{ m.autor|length|pluralize:"es" }}: {{ m.autor|join:', ' }}, |
|||
{% if m.numero_protocolo %} |
|||
Número de Protocolo: {{ m.numero_protocolo }}, |
|||
{% endif %} |
|||
{% if m.numero_processo %} |
|||
Processo: {{ m.numero_processo }}, |
|||
{% endif %} |
|||
{%if m.turno %} |
|||
Turno: {{m.turno}}, |
|||
{%endif %} |
|||
{%if m.tipo_votacao %} |
|||
Tipo: {{m.tipo_votacao}}, |
|||
Sim: {{ m.voto_sim }}, |
|||
Não: {{ m.voto_nao }}, |
|||
Abstenções: {{m.voto_abstencoes}}, |
|||
{% endif %} |
|||
Resultado:</b> {{m.resultado}} |
|||
{% if m.resultado_observacao %} - {{m.resultado_observacao}} {% endif %} |
|||
{% if m.voto_nominal%} |
|||
<b>Votos Nominais :</b> |
|||
{% for voto in m.voto_nominal %} |
|||
{{voto.0}} - {{voto.1}} |
|||
{% if not forloop.last %} ; {% endif %} |
|||
<p align="justify"> |
|||
{% if materias_ordem %} |
|||
<strong>Matérias da Ordem do Dia: </strong> |
|||
{% for m in materias_ordem %} |
|||
<b>{{m.numero}} - {{m.titulo}}</b>, |
|||
{{m.ementa|safe}} |
|||
Autor{{ m.autor|length|pluralize:"es" }}: {{ m.autor|join:', ' }}, |
|||
{% if m.numero_protocolo %} |
|||
Número de Protocolo: {{ m.numero_protocolo }}, |
|||
{% endif %} |
|||
{% if m.numero_processo %} |
|||
Processo: {{ m.numero_processo }}, |
|||
{% endif %} |
|||
{% if m.turno %} |
|||
Turno: {{m.turno}}, |
|||
{% endif %} |
|||
{% if m.tipo_votacao %} |
|||
Tipo: {{m.tipo_votacao}}, |
|||
Sim: {{ m.voto_sim }}, |
|||
Não: {{ m.voto_nao }}, |
|||
Abstenções: {{m.voto_abstencoes}}, |
|||
{% endif %} |
|||
Resultado:</b> {{m.resultado}} |
|||
{% if m.resultado_observacao %} - {{m.resultado_observacao}} {% endif %} |
|||
{% if m.voto_nominal%} |
|||
<b>Votos Nominais :</b> |
|||
{% for voto in m.voto_nominal %} |
|||
{{voto.0}} - {{voto.1}} |
|||
{% if not forloop.last %} ; {% endif %} |
|||
{% endfor %} |
|||
{% endif %} |
|||
{% endfor %} |
|||
{% endif %} |
|||
{% endfor %} |
|||
{% endif %} |
|||
</p> |
|||
</fieldset> |
@ -1,15 +1,14 @@ |
|||
{% load common_tags %} |
|||
|
|||
<fieldset> |
|||
<p align="justify"> |
|||
{% if mesa %} |
|||
<p align="justify"> |
|||
{% if mesa %} |
|||
<strong>Mesa Diretora: </strong> |
|||
{% for m in mesa %} |
|||
{{m.cargo}}: |
|||
{{m.parlamentar.nome_completo}} / {% if m.parlamentar|filiacao_data_filter:object.data_inicio %} {{ m.parlamentar|filiacao_data_filter:object.data_inicio }} {% else %} Sem partido {% endif %} |
|||
{% if not forloop.last %} ; {% endif %} |
|||
{{m.parlamentar.nome_completo}} / {% if m.parlamentar|filiacao_data_filter:object.data_inicio %} {{ m.parlamentar|filiacao_data_filter:object.data_inicio }} {% else %} Sem partido {% endif %} |
|||
{% if not forloop.last %} ; {% endif %} |
|||
{% endfor %} |
|||
{% endif %} |
|||
{% endif %} |
|||
</p> |
|||
|
|||
</fieldset> |
|||
|
@ -1,8 +1,8 @@ |
|||
<fieldset> |
|||
<p align="justify"> |
|||
{% if object.ocorrenciasessao.conteudo %} |
|||
<strong>Ocorrências da Sessão: </strong> |
|||
{{object.ocorrenciasessao.conteudo|striptags|safe}} |
|||
{% endif %} |
|||
<strong>Ocorrências da Sessão: </strong> |
|||
{{object.ocorrenciasessao.conteudo|striptags|safe}} |
|||
{% endif %} |
|||
</p> |
|||
</fieldset> |
|||
|
@ -1,16 +1,14 @@ |
|||
{% load common_tags %} |
|||
|
|||
|
|||
<fieldset> |
|||
<p align="justify"> |
|||
<p align="justify"> |
|||
{% if oradores %} |
|||
<strong>Oradores do Expediente: </strong> |
|||
{% for o in oradores %} |
|||
<b>{{o.numero_ordem}}</b> - {{o.parlamentar.nome_completo}} / {% if o.parlamentar|filiacao_data_filter:object.data_inicio %} {{ o.parlamentar|filiacao_data_filter:object.data_inicio }} {% else %} Sem partido {% endif %} |
|||
<b>{{o.numero_ordem}}</b> - {{o.parlamentar.nome_completo}} / {% if o.parlamentar|filiacao_data_filter:object.data_inicio %} {{ o.parlamentar|filiacao_data_filter:object.data_inicio }} {% else %} Sem partido {% endif %} |
|||
{% if o.observacao %} - {{o.observacao}} {% endif %} |
|||
{% if not forloop.last %} ; {% endif %} |
|||
{% if not forloop.last %} ; {% endif %} |
|||
{% endfor %} |
|||
{% endif %} |
|||
</p> |
|||
</div> |
|||
</p> |
|||
</fieldset> |
|||
|
Loading…
Reference in new issue