diff --git a/sapl/templates/protocoloadm/protocolo_mostrar.html b/sapl/templates/protocoloadm/protocolo_mostrar.html index a34885f0c..43d1b6cf1 100644 --- a/sapl/templates/protocoloadm/protocolo_mostrar.html +++ b/sapl/templates/protocoloadm/protocolo_mostrar.html @@ -17,24 +17,17 @@ Documentos Vinculados:
{% if protocolo.tipo_documento %} - {% if documentos %} {% for documento in documentos %}      {{documento.tipo}} - {{documento.numero}}/{{documento.ano}}
{% endfor %} - {% else %}
{% if not protocolo.anulado %} Criar Documento{% endif %} - {% endif %} {% elif protocolo.tipo_materia %} - {% if materia %} {{materia}}
- {% else %} -
{% if not protocolo.anulado %}Criar Matéria{% endif %} - {% endif %} {% endif %}