diff --git a/sapl/templates/search/search.html b/sapl/templates/search/search.html
index 14ef18ea6..8f11c0a45 100644
--- a/sapl/templates/search/search.html
+++ b/sapl/templates/search/search.html
@@ -38,7 +38,6 @@
-
{% if query %}
@@ -51,53 +50,22 @@
{% if result.object|search_get_model == 'm' %}
Matéria Legislativa: {{ result.object }}
-
- {% if result.object.texto_original %}
- Texto Original: Clique aqui
- {% else %}
- O texto desta matéria foi removido recentemente. Em breve ela sairá desta listagem.
- {% endif %}
+ Texto Original: Clique aqui
{% elif result.object|search_get_model == 'd' %}
Documento Acessório: {{ result.object }}
- {% if result.object.arquivo %}
- Texto Original: Clique aqui
- {% else %}
- O texto deste documento foi removido recentemente. Em breve ele sairá desta listagem.
- {% endif %}
+ Texto Original: Clique aqui
{% endif %}
{% empty %}
- Nenhum texto encontrado!
-
- |
- |
-
+ Nenhum resultado encontrado!
{% endfor %}
- {% if query %}
- Resultados
-
- {% for result in page.object_list %}
- {% if result.object|search_get_model == 'm' %}
-
- {{ result.object }}
-
-
- {% elif result.object|search_get_model == 'd' %}
-
- {{ result.object }}
-
- {% endif %}
-
- {% empty %}
- No results found.
- {% endfor %}
{% if page.has_previous or page.has_next %}