|
|
@ -7,9 +7,14 @@ |
|
|
|
{% for c in lst_correspondencias%} |
|
|
|
<tr> |
|
|
|
<td> |
|
|
|
<strong>({{c.tipo}})</strong> <strong>{{c.epigrafe}}</strong><br> |
|
|
|
<strong>Data do Documento: </strong>{{c.data}}<br> |
|
|
|
<strong>Assunto:</strong> {{c.assunto}} |
|
|
|
<strong>{{c.epigrafe}}</strong><br> |
|
|
|
<strong>Data: </strong>{{c.data}} |
|
|
|
{% if c.interessado %} |
|
|
|
- <strong>Interessado:</strong> {{c.interessado}}<br> |
|
|
|
{% else %} |
|
|
|
- |
|
|
|
{% endif %} |
|
|
|
<strong>Assunto: </strong>{{c.assunto}} |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
{% endfor %} |
|
|
|