From 37166b14851c399a9411bf9160f09e45d5dddd8d Mon Sep 17 00:00:00 2001 From: VictorFabreF Date: Tue, 19 Mar 2019 09:29:32 -0300 Subject: [PATCH] Colocando pagina de assinaturas em uma folha separado --- sapl/templates/relatorios/relatorio_ata.html | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/sapl/templates/relatorios/relatorio_ata.html b/sapl/templates/relatorios/relatorio_ata.html index e5028c5df..581343677 100644 --- a/sapl/templates/relatorios/relatorio_ata.html +++ b/sapl/templates/relatorios/relatorio_ata.html @@ -48,17 +48,16 @@ {% include 'sessao/blocos_ata/materias_ordem_dia.html' %} {% include 'sessao/blocos_ata/oradores_explicacoes.html' %} -
+ {% if assinatura_mesa or assinatura_presentes %} + +
{{texto_assinatura}} - +
- {% if assinatura_mesa %} -

Assinaturas da Mesa:

- {% endif %} {% for p in assinatura_mesa %} {% if forloop.counter0|divisibleby:2 %} @@ -77,10 +76,6 @@ {% endif %} {% endfor %} - {% if assinatura_presentes %} -

Assinaturas dos Presentes:

- {% endif %} - {% for p in assinatura_presentes %} {% if forloop.counter0|divisibleby:2 %} @@ -100,7 +95,7 @@ {% endfor %}
- + {% endif%}
\ No newline at end of file