Renann Souza
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
9 additions and
0 deletions
-
sapl/templates/relatorios/relatorio_pauta_sessao.html
|
@ -5,6 +5,15 @@ |
|
|
{% load static %} |
|
|
{% load static %} |
|
|
|
|
|
|
|
|
{% block content %} |
|
|
{% block content %} |
|
|
|
|
|
<style> |
|
|
|
|
|
table.grayTable tbody td { |
|
|
|
|
|
font-size: 10px; |
|
|
|
|
|
max-width: 80px; |
|
|
|
|
|
overflow-wrap: break-word; |
|
|
|
|
|
word-wrap: break-word; |
|
|
|
|
|
text-align: initial; |
|
|
|
|
|
} |
|
|
|
|
|
</style> |
|
|
<h2 class="gray-title">Identificação Básica</h2> |
|
|
<h2 class="gray-title">Identificação Básica</h2> |
|
|
{% for b in basica %} |
|
|
{% for b in basica %} |
|
|
{{ b }}<br/> |
|
|
{{ b }}<br/> |
|
|