Browse Source
fix: corrige espacamento no resumo da ata (#3681)
Co-authored-by: joao <joao@mezzoplanejamento.com.br>
pull/3685/head
joaohortsenado
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with
174 additions and
165 deletions
-
sapl/templates/sessao/blocos_ata/consideracoes_finais.html
-
sapl/templates/sessao/blocos_ata/correspondencias.html
-
sapl/templates/sessao/blocos_ata/expedientes.html
-
sapl/templates/sessao/blocos_ata/identificacao_basica.html
-
sapl/templates/sessao/blocos_ata/lista_presenca_ordem_dia.html
-
sapl/templates/sessao/blocos_ata/lista_presenca_sessao.html
-
sapl/templates/sessao/blocos_ata/materias_expediente.html
-
sapl/templates/sessao/blocos_ata/materias_ordem_dia.html
-
sapl/templates/sessao/blocos_ata/ocorrencias_da_sessao.html
-
sapl/templates/sessao/blocos_ata/oradores_expediente.html
-
sapl/templates/sessao/blocos_ata/oradores_explicacoes.html
-
sapl/templates/sessao/blocos_ata/oradores_ordemdia.html
|
|
@ -1,8 +1,8 @@ |
|
|
|
<fieldset> |
|
|
|
<p align="justify"> |
|
|
|
{% if object.consideracoesfinais.conteudo %} |
|
|
|
<fieldset> |
|
|
|
<p style="text-align: justify;margin-top: 0"> |
|
|
|
<strong>Considerações Finais: </strong> |
|
|
|
{{object.consideracoesfinais.conteudo|striptags|safe}} |
|
|
|
{% endif %} |
|
|
|
</p> |
|
|
|
</fieldset> |
|
|
|
{% endif %} |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{% if correspondencias %} |
|
|
|
<fieldset> |
|
|
|
<p align="justify"> |
|
|
|
<p style="text-align: justify;margin-top: 0"> |
|
|
|
<strong>Correspondências:</strong> |
|
|
|
{% for c in correspondencias %} |
|
|
|
<strong>{{forloop.counter}})</strong> {{c.tipo}} - |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
<fieldset> |
|
|
|
<p align="justify"> |
|
|
|
{% if expedientes %} |
|
|
|
<fieldset> |
|
|
|
<p style="text-align: justify;margin-top: 0"> |
|
|
|
<strong>Expedientes: </strong> |
|
|
|
{% for e in expedientes %} |
|
|
|
{% if e.conteudo %} |
|
|
@ -8,6 +8,6 @@ |
|
|
|
{{ e.conteudo|striptags|safe }} |
|
|
|
{% endif %} |
|
|
|
{% endfor %} |
|
|
|
{% endif %} |
|
|
|
</p> |
|
|
|
</fieldset> |
|
|
|
{% endif %} |
|
|
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
<fieldset> |
|
|
|
<p align="justify"> |
|
|
|
<p style="text-align: justify;margin-top: 0"> |
|
|
|
<strong>Identificação Básica: </strong> |
|
|
|
{% for b in basica %} |
|
|
|
{{b}} |
|
|
|
|
|
@ -1,13 +1,13 @@ |
|
|
|
{% load common_tags %} |
|
|
|
|
|
|
|
<fieldset> |
|
|
|
<p align="justify"> |
|
|
|
{% if presenca_ordem %} |
|
|
|
<fieldset> |
|
|
|
<p style="text-align: justify;margin-top: 0"> |
|
|
|
<strong>Lista de Presença na Ordem do Dia: </strong> |
|
|
|
{% for p in presenca_ordem %} |
|
|
|
{{p.nome_parlamentar}} / {% if p|filiacao_data_filter:object.data_inicio %} {{ p|filiacao_data_filter:object.data_inicio }} {% else %} Sem partido {% endif %} |
|
|
|
{{ p.nome_parlamentar }} / {% 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> |
|
|
|
</fieldset> |
|
|
|
{% endif %} |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
{% load common_tags %} |
|
|
|
|
|
|
|
{% if presenca_sessao or justificativa_ausencia %} |
|
|
|
<fieldset> |
|
|
|
<p align="justify"> |
|
|
|
<p align="justify" style="margin-top: 0"> |
|
|
|
{% if presenca_sessao %} |
|
|
|
<strong>Lista de Presença na Sessão: </strong> |
|
|
|
{% for p in presenca_sessao %} |
|
|
@ -10,7 +10,7 @@ |
|
|
|
{% endfor %} |
|
|
|
{% endif %} |
|
|
|
</p> |
|
|
|
<p align="justify"> |
|
|
|
<p align="justify" style="margin: 0"> |
|
|
|
{% if justificativa_ausencia %} |
|
|
|
<strong>Justificativas de Ausências na Sessão: </strong> |
|
|
|
{% for j in justificativa_ausencia %} |
|
|
@ -20,3 +20,4 @@ |
|
|
|
{% endif %} |
|
|
|
</p> |
|
|
|
</fieldset> |
|
|
|
{% endif %} |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
<fieldset> |
|
|
|
<p align="justify"> |
|
|
|
{% if materia_expediente %} |
|
|
|
<fieldset> |
|
|
|
<p align="justify" style="margin-top: 0"> |
|
|
|
<strong>Matérias do Expediente: </strong> |
|
|
|
{% for m in materia_expediente %} |
|
|
|
<b>{{ m.numero }} - {{ m.titulo }}</b>, |
|
|
@ -35,6 +35,6 @@ |
|
|
|
{% endif %} |
|
|
|
; |
|
|
|
{% endfor %} |
|
|
|
{% endif %} |
|
|
|
</p> |
|
|
|
</fieldset> |
|
|
|
{% endif %} |
|
|
@ -1,6 +1,6 @@ |
|
|
|
<fieldset> |
|
|
|
<p align="justify"> |
|
|
|
{% if materias_ordem %} |
|
|
|
<fieldset> |
|
|
|
<p align="justify" style="margin-top: 0"> |
|
|
|
<strong>Matérias da Ordem do Dia: </strong> |
|
|
|
{% for m in materias_ordem %} |
|
|
|
<b>{{ m.numero }} - {{ m.titulo }}</b>, |
|
|
@ -35,6 +35,6 @@ |
|
|
|
{% endif %} |
|
|
|
; |
|
|
|
{% endfor %} |
|
|
|
{% endif %} |
|
|
|
</p> |
|
|
|
</fieldset> |
|
|
|
{% endif %} |
|
|
@ -1,8 +1,9 @@ |
|
|
|
<fieldset> |
|
|
|
<p align="justify"> |
|
|
|
{% if object.ocorrenciasessao.conteudo %} |
|
|
|
<fieldset> |
|
|
|
<p style="text-align: justify;margin-top: 0"> |
|
|
|
<strong>Ocorrências da Sessão: </strong> |
|
|
|
{{ object.ocorrenciasessao.conteudo|striptags|safe }} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
</p> |
|
|
|
</fieldset> |
|
|
|
{% endif %} |
|
|
|
|
|
@ -1,15 +1,18 @@ |
|
|
|
{% load common_tags %} |
|
|
|
|
|
|
|
<fieldset> |
|
|
|
<p align="justify"> |
|
|
|
{% if oradores %} |
|
|
|
<fieldset> |
|
|
|
<p style="text-align: justify;margin-top: 0"> |
|
|
|
<strong>Oradores do Expediente: </strong> |
|
|
|
{% for o in oradores %} |
|
|
|
<b>{{o.numero_ordem}}</b> - {{o.parlamentar.nome_parlamentar}} / {% if o.parlamentar|filiacao_data_filter:object.data_inicio %} {{ o.parlamentar|filiacao_data_filter:object.data_inicio }} {% else %} Sem partido {% endif %} |
|
|
|
{% if o.url_discurso %} - <b>URL Vídeo:</b> <a href={{o.url_discurso}}>{{o.url_discurso}}</a> {% endif %} |
|
|
|
<b>{{ o.numero_ordem }}</b> - {{ o.parlamentar.nome_parlamentar }} / |
|
|
|
{% if o.parlamentar|filiacao_data_filter:object.data_inicio %} |
|
|
|
{{ o.parlamentar|filiacao_data_filter:object.data_inicio }} {% else %} Sem partido {% endif %} |
|
|
|
{% if o.url_discurso %} - <b>URL Vídeo:</b> <a href={{ o.url_discurso }}>{{ o.url_discurso }}</a> |
|
|
|
{% endif %} |
|
|
|
{% if o.observacao %} - <b>Observação:</b> {{ o.observacao }} {% endif %} |
|
|
|
{% if not forloop.last %} ; {% endif %} |
|
|
|
{% endfor %} |
|
|
|
{% endif %} |
|
|
|
</p> |
|
|
|
</fieldset> |
|
|
|
{% endif %} |
|
|
|
|
|
@ -1,14 +1,15 @@ |
|
|
|
{% load common_tags %} |
|
|
|
|
|
|
|
<fieldset> |
|
|
|
<p align="justify"> |
|
|
|
{% if oradores_explicacoes %} |
|
|
|
<fieldset> |
|
|
|
<p style="text-align: justify;margin-top: 0"> |
|
|
|
<strong>Oradores das Explicações Pessoais: </strong> |
|
|
|
{% for o in oradores_explicacoes %} |
|
|
|
<b>{{o.numero_ordem}}</b> - {{o.parlamentar.nome_parlamentar}} / {% 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_parlamentar }} / |
|
|
|
{% 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 %} |
|
|
|
{% endfor %} |
|
|
|
{% endif %} |
|
|
|
</p> |
|
|
|
</fieldset> |
|
|
|
{% endif %} |
|
|
@ -1,15 +1,18 @@ |
|
|
|
{% load common_tags %} |
|
|
|
|
|
|
|
<fieldset> |
|
|
|
<p aling="justify"> |
|
|
|
{% if oradores_ordemdia %} |
|
|
|
<fieldset> |
|
|
|
<p style="text-align: justify;margin-top: 0"> |
|
|
|
<strong>Oradores da Ordem do Dia: </strong> |
|
|
|
{% for o in oradores_ordemdia %} |
|
|
|
<b>{{o.numero_ordem}}</b> - {{o.parlamentar.nome_parlamentar}} / {% if o.parlamentar|filiacao_data_filter:object.data_inicio %} {{ o.parlamentar|filiacao_data_filter:object.data_inicio }} {% else %} Sem partido {% endif %} |
|
|
|
{% if o.url_discurso %} - <b>URL Vídeo:</b> <a href={{o.url_discurso}}>{{o.url_discurso}}</a> {% endif %} |
|
|
|
<b>{{ o.numero_ordem }}</b> - {{ o.parlamentar.nome_parlamentar }} / |
|
|
|
{% if o.parlamentar|filiacao_data_filter:object.data_inicio %} |
|
|
|
{{ o.parlamentar|filiacao_data_filter:object.data_inicio }} {% else %} Sem partido {% endif %} |
|
|
|
{% if o.url_discurso %} - <b>URL Vídeo:</b> <a href={{ o.url_discurso }}>{{ o.url_discurso }}</a> |
|
|
|
{% endif %} |
|
|
|
{% if o.observacao %} - <b>Observação:</b> {{ o.observacao }} {% endif %} |
|
|
|
{% if not forloop.last %} ; {% endif %} |
|
|
|
{% endfor %} |
|
|
|
{% endif %} |
|
|
|
</p> |
|
|
|
</fieldset> |
|
|
|
{% endif %} |
|
|
|