|
@ -29,7 +29,8 @@ |
|
|
<tr> |
|
|
<tr> |
|
|
<td> |
|
|
<td> |
|
|
<strong><a href="{% url 'protocoloadm:documentoadministrativo_detail' d.id %}">{{d.tipo.sigla}} {{d.numero}}/{{d.ano}} - {{d.tipo}}</strong></a></br> |
|
|
<strong><a href="{% url 'protocoloadm:documentoadministrativo_detail' d.id %}">{{d.tipo.sigla}} {{d.numero}}/{{d.ano}} - {{d.tipo}}</strong></a></br> |
|
|
{{ d.assunto|safe }}</br> |
|
|
<strong>Interessado:</strong> {{ d.interessado|default_if_none:"Não Informado"}}</br> |
|
|
|
|
|
<strong>Assunto:</strong> {{ d.assunto|safe }}</br> |
|
|
<p></p> |
|
|
<p></p> |
|
|
</tr> |
|
|
</tr> |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|