|
@ -1,5 +1,6 @@ |
|
|
<fieldset> |
|
|
<fieldset> |
|
|
<p align="justify"> |
|
|
<p align="justify"> |
|
|
|
|
|
{% if materias_ordem %} |
|
|
<strong>Matérias da Ordem do Dia: </strong> |
|
|
<strong>Matérias da Ordem do Dia: </strong> |
|
|
{% for m in materias_ordem %} |
|
|
{% for m in materias_ordem %} |
|
|
<b>{{m.numero}} - {{m.titulo}}</b>, |
|
|
<b>{{m.numero}} - {{m.titulo}}</b>, |
|
@ -11,10 +12,10 @@ |
|
|
{% if m.numero_processo %} |
|
|
{% if m.numero_processo %} |
|
|
Processo: {{ m.numero_processo }}, |
|
|
Processo: {{ m.numero_processo }}, |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{%if m.turno %} |
|
|
{% if m.turno %} |
|
|
Turno: {{m.turno}}, |
|
|
Turno: {{m.turno}}, |
|
|
{%endif %} |
|
|
{% endif %} |
|
|
{%if m.tipo_votacao %} |
|
|
{% if m.tipo_votacao %} |
|
|
Tipo: {{m.tipo_votacao}}, |
|
|
Tipo: {{m.tipo_votacao}}, |
|
|
Sim: {{ m.voto_sim }}, |
|
|
Sim: {{ m.voto_sim }}, |
|
|
Não: {{ m.voto_nao }}, |
|
|
Não: {{ m.voto_nao }}, |
|
@ -30,4 +31,6 @@ |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
|
|
|
{% endif %} |
|
|
|
|
|
</p> |
|
|
</fieldset> |
|
|
</fieldset> |