|
|
|
@ -13,6 +13,7 @@ |
|
|
|
{% crispy filter.form %} |
|
|
|
|
|
|
|
<p></p> |
|
|
|
{% if filter_url %} |
|
|
|
<table class="table table-striped table-bordered"> |
|
|
|
<thead class="thead-default"> |
|
|
|
<tr><td><h3>Resultados</h3></td></tr> |
|
|
|
@ -23,7 +24,6 @@ |
|
|
|
{% elif numero_res == 1 %} |
|
|
|
<h3>Pesquisa concluída com sucesso! Foi encontrada {{numero_res}} matéria.</h3> |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
{% for m in page_obj %} |
|
|
|
|
|
|
|
<tr> |
|
|
|
@ -43,6 +43,8 @@ |
|
|
|
|
|
|
|
</table> |
|
|
|
|
|
|
|
|
|
|
|
{% include "paginacao.html" %} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
{% endblock detail_content %} |