|
|
|
@ -42,31 +42,6 @@ |
|
|
|
</br> |
|
|
|
<strong>Status:</strong> <a> {{ materia_em_tramitacao.materia.tramitacao_set.last.status }} </a> |
|
|
|
</br> |
|
|
|
|
|
|
|
<!-- Confirmar Utilidade |
|
|
|
{% if d.protocolo %} |
|
|
|
<strong>Protocolo:</strong> <a href="{% url 'sapl.protocoloadm:protocolo_mostrar' d.protocolo.id %}">{{ d.protocolo }}</a></br> |
|
|
|
{% endif %} |
|
|
|
{% define d.tramitacaoadministrativo_set.last as tram %} |
|
|
|
{% if tram.unidade_tramitacao_destino %} |
|
|
|
<strong>Localização Atual:</strong> {{tram.unidade_tramitacao_destino}} |
|
|
|
</br> |
|
|
|
<strong>Status:</strong> {{tram.status}} |
|
|
|
</br> |
|
|
|
{% endif %} |
|
|
|
{% define d.documentoacessorioadministrativo_set.all as acess %} |
|
|
|
{% if d.documentoacessorioadministrativo_set.all.exists %} |
|
|
|
<strong>Documentos Acessórios:</strong> |
|
|
|
<a href="{% url 'sapl.protocoloadm:documentoacessorioadministrativo_list' d.id %}"> |
|
|
|
{{ d.documentoacessorioadministrativo_set.all.count }} |
|
|
|
</a> |
|
|
|
</br> |
|
|
|
{% endif %} |
|
|
|
{% if d.tramitacao and mail_service_configured %} |
|
|
|
<a href="{% url 'sapl.protocoloadm:acompanhar_documento' d.id %}">Acompanhar Documento</a> |
|
|
|
{% endif %} |
|
|
|
--> |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
</div> |
|
|
|
{% endfor %} |
|
|
|
|