Vinícius Cantuária
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with
90 additions and
59 deletions
-
sapl/templates/relatorios/blocos_sessao_plenaria/materias_expediente.html
-
sapl/templates/relatorios/blocos_sessao_plenaria/materias_ordemdia.html
-
sapl/templates/relatorios/relatorio_pauta_sessao.html
-
sapl/templates/sessao/blocos_ata/materias_expediente.html
-
sapl/templates/sessao/blocos_ata/materias_ordem_dia.html
-
sapl/templates/sessao/blocos_resumo/materias_expediente.html
-
sapl/templates/sessao/blocos_resumo/materias_ordem_dia.html
-
sapl/templates/sessao/pauta_sessao_detail.html
|
|
@ -20,7 +20,12 @@ |
|
|
|
<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}}<br>{{materia.ordem_observacao}}</div></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 %} |
|
|
|
|
|
@ -18,7 +18,12 @@ |
|
|
|
<dt style="text-align: left;"><b>{{materia.num_autores}}: </b>{{materia.nom_autor}}</dt> |
|
|
|
</dl> |
|
|
|
</td> |
|
|
|
<td style="width:60%">{{materia.txt_ementa}} <br>{{materia.ordem_observacao}}</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 %} |
|
|
|
|
|
@ -25,7 +25,8 @@ |
|
|
|
<b>Autor{{ m.autor|length|pluralize:"es" }}</b>: {{ m.autor|join:', ' }} |
|
|
|
</td> |
|
|
|
<td style="width:60%;"> |
|
|
|
{{ m.ementa|safe }}<br>{{ m.observacao|linebreaksbr|safe }} |
|
|
|
{{ m.ementa|safe }} |
|
|
|
{% if m.observacao %}<br><br>Obs.: {{m.observacao}} {% endif %} |
|
|
|
</td> |
|
|
|
<td style="width:20%;">{{m.situacao|linebreaksbr|safe}}</td> |
|
|
|
</tr> |
|
|
@ -45,7 +46,10 @@ |
|
|
|
<b>Processo</b>: {{ m.processo }}<br/> |
|
|
|
<b>Autor{{ m.autor|length|pluralize:"es" }}</b>: {{ m.autor|join:', ' }} |
|
|
|
</td> |
|
|
|
<td style="width:60%;">{{m.ementa|safe}}<br>{{m.observacao|linebreaksbr|safe}}</td> |
|
|
|
<td style="width:60%;"> |
|
|
|
{{m.ementa|safe}} |
|
|
|
{% if m.observacao %}<br><br>Obs.: {{m.observacao}} {% endif %} |
|
|
|
</td> |
|
|
|
<td style="width:20%;">{{m.situacao|linebreaksbr|safe}}</td> |
|
|
|
</tr> |
|
|
|
{% endfor %} |
|
|
|
|
|
@ -22,7 +22,7 @@ |
|
|
|
Abstenções: {{m.voto_abstencoes}}, |
|
|
|
{% endif %} |
|
|
|
Resultado:</b> {{m.resultado}} |
|
|
|
{% if m.resultado_observacao %} - {{m.resultado_observacao}} {% endif %} |
|
|
|
{% if m.resultado_observacao %} - Obs.: {{m.resultado_observacao}} {% endif %} |
|
|
|
{% if m.voto_nominal%} |
|
|
|
<b>Votos Nominais :</b> |
|
|
|
{% for voto in m.voto_nominal %} |
|
|
@ -30,6 +30,7 @@ |
|
|
|
{% if not forloop.last %} ; {% endif %} |
|
|
|
{% endfor %} |
|
|
|
{% endif %} |
|
|
|
; |
|
|
|
{% endfor %} |
|
|
|
{% endif %} |
|
|
|
</p> |
|
|
|
|
|
@ -22,7 +22,7 @@ |
|
|
|
Abstenções: {{m.voto_abstencoes}}, |
|
|
|
{% endif %} |
|
|
|
Resultado:</b> {{m.resultado}} |
|
|
|
{% if m.resultado_observacao %} - {{m.resultado_observacao}} {% endif %} |
|
|
|
{% if m.resultado_observacao %} - Obs.: {{m.resultado_observacao}} {% endif %} |
|
|
|
{% if m.voto_nominal%} |
|
|
|
<b>Votos Nominais :</b> |
|
|
|
{% for voto in m.voto_nominal %} |
|
|
@ -30,6 +30,7 @@ |
|
|
|
{% if not forloop.last %} ; {% endif %} |
|
|
|
{% endfor %} |
|
|
|
{% endif %} |
|
|
|
; |
|
|
|
{% endfor %} |
|
|
|
{% endif %} |
|
|
|
</p> |
|
|
|
|
|
@ -36,10 +36,13 @@ |
|
|
|
{% endif %} |
|
|
|
</td> |
|
|
|
<td> |
|
|
|
{{m.ementa|dont_break_out}}<br/> |
|
|
|
{{m.observacao|dont_break_out}} |
|
|
|
{{m.ementa|dont_break_out}} |
|
|
|
{% if m.observacao %} <br/><br/>Obs.: {{m.observacao}} {% endif %} |
|
|
|
</td> |
|
|
|
<td> |
|
|
|
<b>{{m.resultado}}</b> |
|
|
|
{% if m.resultado_observacao %} <br/><br/>Obs.: {{m.resultado_observacao}} {% endif %} |
|
|
|
</td> |
|
|
|
<td><b>{{m.resultado}}</b><br/>{{m.resultado_observacao}}</td> |
|
|
|
</tr> |
|
|
|
{% endfor %} |
|
|
|
</tbody> |
|
|
|
|
|
@ -36,8 +36,14 @@ |
|
|
|
<b>Processo:</b> {{ m.numero_processo }} |
|
|
|
{% endif %} |
|
|
|
</td> |
|
|
|
<td>{{m.ementa|dont_break_out}}</b><br/>{{m.observacao|dont_break_out}}</td> |
|
|
|
<td><b>{{m.resultado}}</b><br/>{{m.resultado_observacao}}</td> |
|
|
|
<td> |
|
|
|
{{m.ementa|dont_break_out}}</b> |
|
|
|
{% if m.observacao %} <br/><br/>Obs.: {{m.observacao}} {% endif %} |
|
|
|
</td> |
|
|
|
<td> |
|
|
|
<b>{{m.resultado}}</b> |
|
|
|
{% if m.resultado_observacao %} <br/><br/>Obs.: {{m.resultado_observacao}} {% endif %} |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
{% endfor %} |
|
|
|
</tbody> |
|
|
|
|
|
@ -47,7 +47,10 @@ |
|
|
|
<b>Processo</b>: {{ m.processo }}<br/> |
|
|
|
<b>Autor{{ m.autor|length|pluralize:"es" }}</b>: {{ m.autor|join:', ' }} |
|
|
|
</td> |
|
|
|
<td style="width:60%;">{{m.ementa|safe}}<br>{{m.observacao|linebreaksbr|safe}}</td> |
|
|
|
<td style="width:60%;"> |
|
|
|
{{m.ementa|safe}} |
|
|
|
{% if m.observacao %}<br><br>Obs.: {{m.observacao}} {% endif %} |
|
|
|
</td> |
|
|
|
<td style="width:20%;">{{m.situacao|linebreaksbr|safe}}</td> |
|
|
|
</tr> |
|
|
|
{% endfor %} |
|
|
@ -69,7 +72,10 @@ |
|
|
|
<b>Processo</b>: {{ m.processo }}<br/> |
|
|
|
<b>Autor{{ m.autor|length|pluralize:"es" }}</b>: {{ m.autor|join:', ' }} |
|
|
|
</td> |
|
|
|
<td style="width:60%;">{{m.ementa|safe}}<br>{{m.observacao|linebreaksbr|safe}}</td> |
|
|
|
<td style="width:60%;"> |
|
|
|
{{m.ementa|safe}} |
|
|
|
{% if m.observacao %}<br><br>Obs.: {{m.observacao}} {% endif %} |
|
|
|
</td> |
|
|
|
<td style="width:20%;">{{m.situacao|linebreaksbr|safe}}</td> |
|
|
|
</tr> |
|
|
|
{% endfor %} |
|
|
|