mirror of https://github.com/interlegis/sapl.git
João Rodrigues
4 years ago
6 changed files with 120 additions and 120 deletions
@ -1,34 +1,31 @@ |
|||||
{% load common_tags %} |
{% load common_tags %} |
||||
|
<h2 class="gray-title">Matérias do Expediente</h2> |
||||
<h2 class="gray-title">Matérias do Expediente</h2> |
<table class="grayTable"> |
||||
|
<thead> |
||||
<table class="grayTable"> |
<tr> |
||||
<thead> |
<th>Matéria</th> |
||||
|
<th>Ementa</th> |
||||
|
<th>Resultado da Votação</th> |
||||
|
</tr> |
||||
|
</thead> |
||||
|
<tbody> |
||||
|
{% for materia in lst_expediente_materia %} |
||||
<tr> |
<tr> |
||||
<th>Matéria</th> |
<td> |
||||
<th>Ementa</th> |
<dl> |
||||
<th>Resultado da Votação</th> |
<dt><b>{{ materia.num_ordem }} -</b> {{ materia.id_materia }}</dt> |
||||
|
<dt style="text-align: left;"><b>Turno:</b> {{ materia.des_turno }}</dt> |
||||
|
<dt style="text-align: left;"><b>{{ materia.num_autores }}: </b>{{ materia.nom_autor }}</dt> |
||||
|
</dl> |
||||
|
</td> |
||||
|
<td style="width:60%"> |
||||
|
<div style="margin:10px"> |
||||
|
{{ materia.txt_ementa }} |
||||
|
{% if materia.ordem_observacao %}<br><br>Obs.: {{ materia.ordem_observacao }} {% endif %} |
||||
|
</div> |
||||
|
</td> |
||||
|
<td style="text-align: center"> <b>{{ materia.nom_resultado }}</b></td> |
||||
</tr> |
</tr> |
||||
</thead> |
{% endfor %} |
||||
<tbody> |
</tbody> |
||||
{% for materia in lst_expediente_materia %} |
</table> |
||||
<tr> |
|
||||
<td > |
|
||||
<dl> |
|
||||
<dt><b>{{materia.num_ordem}} -</b> {{materia.id_materia}}</dt> |
|
||||
<dt style="text-align: left;"><b>Turno:</b> {{materia.des_turno}}</dt> |
|
||||
<dt style="text-align: left;"><b>{{materia.num_autores}}: </b>{{materia.nom_autor}}</dt> |
|
||||
</dl> |
|
||||
</td> |
|
||||
<td style="width:60%"> |
|
||||
<div style="margin:10px"> |
|
||||
{{materia.txt_ementa}} |
|
||||
{% if materia.ordem_observacao %}<br><br>Obs.: {{materia.ordem_observacao}} {% endif %} |
|
||||
</div> |
|
||||
</td> |
|
||||
<td style="text-align: center"> <b>{{materia.nom_resultado}}</b></td> |
|
||||
</tr> |
|
||||
{% endfor %} |
|
||||
|
|
||||
</tbody> |
|
||||
</table> |
|
||||
|
@ -1,33 +1,33 @@ |
|||||
{% if votos_nominais_materia_expediente %} |
{% if votos_nominais_materia_expediente %} |
||||
<fieldset> |
<fieldset> |
||||
<legend>Votações Nominais - Matérias do Expediente</legend> |
<legend>Votações Nominais - Matérias do Expediente</legend> |
||||
</br> |
</br> |
||||
<table class="table table-striped table-hover"> |
<table class="table table-striped table-hover"> |
||||
<thead> |
<thead> |
||||
<tr> |
|
||||
<th>Matéria</th> |
|
||||
<th>Votos</th> |
|
||||
</tr> |
|
||||
</thead> |
|
||||
<tbody> |
|
||||
{% for m in votos_nominais_materia_expediente %} |
|
||||
<tr> |
<tr> |
||||
<td>{{ m.titulo }}</td> |
<th>Matéria</th> |
||||
{% if m.votos == 1 %} |
<th>Votos</th> |
||||
<td><b>Matéria retirada</b></td> |
|
||||
{% elif m.votos %} |
|
||||
<td> |
|
||||
{% for v in m.votos %} |
|
||||
<li><b>{{v.parlamentar}}</b> - {{v.voto}}</li> |
|
||||
{% endfor %} |
|
||||
</td> |
|
||||
{% else %} |
|
||||
<td><b>Matéria não votada</b></td> |
|
||||
{% endif %} |
|
||||
</tr> |
</tr> |
||||
{% endfor %} |
</thead> |
||||
</tbody> |
<tbody> |
||||
</table> |
{% for m in votos_nominais_materia_expediente %} |
||||
</fieldset> |
<tr> |
||||
<br /><br /><br /> |
<td>{{ m.titulo }}</td> |
||||
{% endif %} |
{% if m.votos == 1 %} |
||||
|
<td><b>Matéria retirada</b></td> |
||||
|
{% elif m.votos %} |
||||
|
<td> |
||||
|
{% for v in m.votos %} |
||||
|
<li><b>{{ v.parlamentar }}</b> - {{ v.voto }}</li> |
||||
|
{% endfor %} |
||||
|
</td> |
||||
|
{% else %} |
||||
|
<td><b>Matéria não votada</b></td> |
||||
|
{% endif %} |
||||
|
</tr> |
||||
|
{% endfor %} |
||||
|
</tbody> |
||||
|
</table> |
||||
|
</fieldset> |
||||
|
<br /><br /><br /> |
||||
|
{% endif %} |
||||
|
@ -1,33 +1,33 @@ |
|||||
{% if votos_nominais_materia_ordem_dia %} |
{% if votos_nominais_materia_ordem_dia %} |
||||
<fieldset> |
<fieldset> |
||||
<legend>Votações Nominais - Matérias da Ordem do Dia</legend> |
<legend>Votações Nominais - Matérias da Ordem do Dia</legend> |
||||
</br> |
</br> |
||||
<table class="table table-striped table-hover"> |
<table class="table table-striped table-hover"> |
||||
<thead> |
<thead> |
||||
<tr> |
|
||||
<th>Matéria</th> |
|
||||
<th>Votos</th> |
|
||||
</tr> |
|
||||
</thead> |
|
||||
<tbody> |
|
||||
{% for m in votos_nominais_materia_ordem_dia %} |
|
||||
<tr> |
<tr> |
||||
<td>{{ m.titulo }}</td> |
<th>Matéria</th> |
||||
{% if m.votos == 1 %} |
<th>Votos</th> |
||||
<td><b>Matéria retirada</b></td> |
|
||||
{% elif m.votos %} |
|
||||
<td> |
|
||||
{% for v in m.votos %} |
|
||||
<li><b>{{v.parlamentar}}</b> - {{v.voto}}</li> |
|
||||
{% endfor %} |
|
||||
</td> |
|
||||
{% else %} |
|
||||
<td><b>Matéria não votada</b></td> |
|
||||
{% endif %} |
|
||||
</tr> |
</tr> |
||||
{% endfor %} |
</thead> |
||||
</tbody> |
<tbody> |
||||
</table> |
{% for m in votos_nominais_materia_ordem_dia %} |
||||
</fieldset> |
<tr> |
||||
<br /><br /><br /> |
<td>{{ m.titulo }}</td> |
||||
{% endif %} |
{% if m.votos == 1 %} |
||||
|
<td><b>Matéria retirada</b></td> |
||||
|
{% elif m.votos %} |
||||
|
<td> |
||||
|
{% for v in m.votos %} |
||||
|
<li><b>{{ v.parlamentar }}</b> - {{ v.voto }}</li> |
||||
|
{% endfor %} |
||||
|
</td> |
||||
|
{% else %} |
||||
|
<td><b>Matéria não votada</b></td> |
||||
|
{% endif %} |
||||
|
</tr> |
||||
|
{% endfor %} |
||||
|
</tbody> |
||||
|
</table> |
||||
|
</fieldset> |
||||
|
<br /><br /><br /> |
||||
|
{% endif %} |
||||
|
Loading…
Reference in new issue