mirror of https://github.com/interlegis/sapl.git
8 changed files with 11 additions and 12 deletions
@ -0,0 +1,4 @@ |
|||||
|
<h2 class="gray-title">Ocorrências da Sessão</h2> |
||||
|
{% for o in lst_ocorrencias%} |
||||
|
<p>{{o}}</p> |
||||
|
{% endfor %} |
||||
@ -1,4 +0,0 @@ |
|||||
<h2 class="gray-title">Ocorrências da Sessão</h2> |
|
||||
{% for ocorrencia in lst_ocorrencias%} |
|
||||
<p>{{ocorrencia}}</p> |
|
||||
{% endfor %} |
|
||||
Loading…
Reference in new issue