mirror of https://github.com/interlegis/sapl.git
LeandroJataí
1 year ago
committed by
GitHub
2 changed files with 2 additions and 2 deletions
@ -1,4 +1,4 @@ |
|||
<h2 class="gray-title">Considerações Finais</h2> |
|||
{% for c in lst_consideracoes%} |
|||
<p>{{c}}</p> |
|||
<p>{{c|safe}}</p> |
|||
{% endfor %} |
|||
|
@ -1,4 +1,4 @@ |
|||
<h2 class="gray-title">Ocorrências da Sessão</h2> |
|||
{% for o in lst_ocorrencias%} |
|||
<p>{{o}}</p> |
|||
<p>{{o|safe}}</p> |
|||
{% endfor %} |
|||
|
Loading…
Reference in new issue