diff --git a/sapl/templates/protocoloadm/protocolo_mostrar.html b/sapl/templates/protocoloadm/protocolo_mostrar.html
index 43d1b6cf1..94d604461 100644
--- a/sapl/templates/protocoloadm/protocolo_mostrar.html
+++ b/sapl/templates/protocoloadm/protocolo_mostrar.html
@@ -25,7 +25,9 @@
{% if not protocolo.anulado %} Criar Documento{% endif %}
{% elif protocolo.tipo_materia %}
+ {% if materia %}
{{materia}}
+ {% endif %}
{% if not protocolo.anulado %}Criar Matéria{% endif %}
{% endif %}