João Rodrigues
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
sapl/templates/relatorios/relatorio_pauta_sessao.html
|
|
@ -19,7 +19,7 @@ |
|
|
|
<thead><tr><th>Matéria</th><th>Ementa</th></tr></thead> |
|
|
|
{% for m in materia_expediente %} |
|
|
|
<tr> |
|
|
|
<td style="width:20%;"> |
|
|
|
<td style="width:30%; font-size: x-small;"> |
|
|
|
{{ m.numero }} - {{ m.titulo }}<br /> |
|
|
|
<b>Autor{{ m.autor|length|pluralize:"es" }}</b>: {{ m.autor|join:', ' }} |
|
|
|
</td> |
|
|
@ -38,7 +38,7 @@ |
|
|
|
<thead><tr><th>Matéria</th><th>Ementa</th></tr></thead> |
|
|
|
{% for m in materias_ordem %} |
|
|
|
<tr> |
|
|
|
<td style="width:20%;"> |
|
|
|
<td style="width:30%; font-size: x-small;"> |
|
|
|
{{m.numero}} - <b">{{m.titulo}}</b><br /> |
|
|
|
<b>Autor{{ m.autor|length|pluralize:"es" }}</b>: {{ m.autor|join:', ' }} |
|
|
|
</td> |
|
|
|