|
@ -39,11 +39,14 @@ |
|
|
<strong><a href="{% url 'sapl.protocoloadm:documentoadministrativo_detail' d.id %}">{{d.tipo.sigla}} {{d.numero}}/{{d.ano}} - {{d.tipo}}</strong></a></br> |
|
|
<strong><a href="{% url 'sapl.protocoloadm:documentoadministrativo_detail' d.id %}">{{d.tipo.sigla}} {{d.numero}}/{{d.ano}} - {{d.tipo}}</strong></a></br> |
|
|
<strong>Interessado:</strong> {{ d.interessado|default_if_none:"Não informado"}}</br> |
|
|
<strong>Interessado:</strong> {{ d.interessado|default_if_none:"Não informado"}}</br> |
|
|
<strong>Assunto:</strong> {{ d.assunto|safe }}</br> |
|
|
<strong>Assunto:</strong> {{ d.assunto|safe }}</br> |
|
|
|
|
|
|
|
|
{% if d.protocolo %} |
|
|
{% if d.protocolo %} |
|
|
<strong>Protocolo:</strong> <a href="{% url 'sapl.protocoloadm:protocolo_mostrar' d.protocolo.id %}">{{ d.protocolo}}</a></br> |
|
|
<strong>Protocolo:</strong> <a href="{% url 'sapl.protocoloadm:protocolo_mostrar' d.protocolo.id %}">{{ d.protocolo}}</a></br> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|
|
|
{% if d.texto_integral %} |
|
|
|
|
|
<strong><a href="{{ d.texto_integral.url }}">Texto Integral</a></strong></br> |
|
|
|
|
|
{% endif %} |
|
|
</td> |
|
|
</td> |
|
|
|
|
|
|
|
|
</tr> |
|
|
</tr> |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
{% else %} |
|
|
{% else %} |
|
|