|
@ -52,11 +52,11 @@ |
|
|
<strong>Status:</strong> {{tram.status}} |
|
|
<strong>Status:</strong> {{tram.status}} |
|
|
</br> |
|
|
</br> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% define d.documentoacessorioadministrativo_set.all as acess %} |
|
|
{% define d.documentoacessorioadministrativo_set.all as access %} |
|
|
{% if d.documentoacessorioadministrativo_set.all.exists %} |
|
|
{% if access.exists %} |
|
|
<strong>Documentos Acessórios:</strong> |
|
|
<strong>Documentos Acessórios:</strong> |
|
|
<a href="{% url 'sapl.protocoloadm:documentoacessorioadministrativo_list' d.id %}"> |
|
|
<a href="{% url 'sapl.protocoloadm:documentoacessorioadministrativo_list' d.id %}"> |
|
|
{{ d.documentoacessorioadministrativo_set.all.count }} |
|
|
{{ access.count }} |
|
|
</a> |
|
|
</a> |
|
|
</br> |
|
|
</br> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|