diff --git a/templates/protocoloadm/protocolo_filter.html b/templates/protocoloadm/protocolo_filter.html
index e0b6b7aa4..0a93bc5ce 100644
--- a/templates/protocoloadm/protocolo_filter.html
+++ b/templates/protocoloadm/protocolo_filter.html
@@ -2,16 +2,15 @@
{% load i18n %}
{% load crispy_forms_tags %}
{% load static %}
-{% block actions %}{% endblock %}
{% block sections_nav %} {% endblock %}
{% block detail_content %}
Pesquisa de Protocolo
-
+
{% crispy filter.form %}
- {% if filter_url %}
+ {% if filter_url %}
@@ -33,24 +32,24 @@
{{ p.numero|stringformat:'06d' }}/{{ p.ano }}
-
-
+
-
+
Assunto: {{ p.assunto_ementa|default_if_none:"Não Informado"}}
-
+
Data Protocolo: {{ p.data|date:"d/m/Y"|default_if_none:"Não Informado" }} - Horário: {{ p.timestamp|date:"H:m:s" }}
-
+
Interessado: {{ p.interessado }}
-
+
Natureza do Processo:
{% if p.tipo_processo == 0 %}
Administrativo
{% elif p.tipo_processo == 1 %}
Matéria Legislativa
{% endif %}
-
+
Classificação: {{ p.tipo_documento|default_if_none:"Não Informado" }}
@@ -62,11 +61,11 @@
Nenhum protocolo encontrado com essas especificações
{% endif %}
-
+
{% include "paginacao.html" %}
{% endif %}
-{% endblock detail_content %}
\ No newline at end of file
+{% endblock detail_content %}