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