|
@ -1,4 +1,4 @@ |
|
|
{% if lst_votacao_vot_nom %} |
|
|
{% if lst_votacao_vot_nom %} |
|
|
<h2 class="gray-title">Votações Nominais - Matérias do Expediente</h2> |
|
|
<h2 class="gray-title">Votações Nominais - Matérias do Expediente</h2> |
|
|
<table class="grayTable"> |
|
|
<table class="grayTable"> |
|
|
<thead> |
|
|
<thead> |
|
@ -9,14 +9,14 @@ |
|
|
</thead> |
|
|
</thead> |
|
|
{% for expediente_materia_vot_nom in lst_expediente_materia_vot_nom %} |
|
|
{% for expediente_materia_vot_nom in lst_expediente_materia_vot_nom %} |
|
|
<tr> |
|
|
<tr> |
|
|
<td>{{expediente_materia_vot_nom.titulo}}</td> |
|
|
<td>{{ expediente_materia_vot_nom.titulo }}</td> |
|
|
<td> |
|
|
<td> |
|
|
{% if expediente_materia_vot_nom.votos == 1 %} |
|
|
{% if expediente_materia_vot_nom.votos == 1 %} |
|
|
<p><b>Matéria retirada</b></p> |
|
|
<p><b>Matéria retirada</b></p> |
|
|
{% elif expediente_materia_vot_nom.votos %} |
|
|
{% elif expediente_materia_vot_nom.votos %} |
|
|
<dl> |
|
|
<dl> |
|
|
{% for v in expediente_materia_vot_nom.votos %} |
|
|
{% for v in expediente_materia_vot_nom.votos %} |
|
|
<dt style="text-align: left;"> <b>{{v.parlamentar}}</b> {{v.voto}}</dt> |
|
|
<dt style="text-align: left;"> <b>{{ v.parlamentar }}</b> {{ v.voto }}</dt> |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
</dl> |
|
|
</dl> |
|
|
{% else %} |
|
|
{% else %} |
|
@ -26,4 +26,4 @@ |
|
|
</tr> |
|
|
</tr> |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
</table> |
|
|
</table> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|