+
+ Resultados |
+
+ {% if page_obj|length %}
+ {% if numero_res > 1 %}
+ Pesquisa concluída com sucesso! Foram encontradas {{numero_res}} matérias.
+ {% elif numero_res == 1 %}
+ Pesquisa concluída com sucesso! Foi encontrada {{numero_res}} matéria.
+ {% endif %}
+
+ {% for m in page_obj %}
+
+
+
+ {{m.tipo.sigla}} {{m.numero}}/{{m.ano}} - {{m.tipo}}
+ {{ m.ementa|safe }}
+ Localização Atual: {{m.tramitacao_set.last.unidade_tramitacao_destino|default_if_none:"Não Informada"}}
+
+ |
+ {% endfor %}
+ {% else %}
+
+
+ Nenhuma matéria encontrada com essas especificações
+ |
+ {% endif %}
+
+
+
+{% include "paginacao.html" %}
+
+{% endblock detail_content %}
\ No newline at end of file
diff --git a/templates/materia/pesquisa_materia.html b/templates/materia/pesquisa_materia.html
deleted file mode 100644
index 56f5cfa55..000000000
--- a/templates/materia/pesquisa_materia.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{% extends "materia/materialegislativa_detail.html" %}
-{% load i18n %}
-{% load crispy_forms_tags %}
-{% block actions %}{% endblock %}
-{% block sections_nav %}{% endblock %}
-{% block detail_content %}
- {% crispy form %}
-{% endblock %}
diff --git a/templates/materia/pesquisa_materia_list.html b/templates/materia/pesquisa_materia_list.html
deleted file mode 100644
index 83a17712a..000000000
--- a/templates/materia/pesquisa_materia_list.html
+++ /dev/null
@@ -1,26 +0,0 @@
-{% extends "materia/materialegislativa_detail.html" %}
-{% load i18n %}
-{% load crispy_forms_tags %}
-{% block actions %}{% endblock %}
-{% block sections_nav %} {% endblock %}
-{% block detail_content %}
-{% if materias %}
-