|
|
@ -19,8 +19,8 @@ |
|
|
|
<h1><b>Pesquisar Sessão Plenária</b></h1> |
|
|
|
<br></br> |
|
|
|
|
|
|
|
|
|
|
|
{% crispy filter.form %} |
|
|
|
{% if filter_url %} |
|
|
|
<p></p> |
|
|
|
<table class="table table-striped table-hover"> |
|
|
|
<thead class="thead-default"> |
|
|
@ -41,18 +41,13 @@ |
|
|
|
<strong>Legislatura:</strong> {{s.legislatura}}</br> |
|
|
|
<strong>Sessão Legislativa:</strong> {{s.sessao_legislativa}}</br> |
|
|
|
<strong>Tipo:</strong> {{s.tipo}}</br> |
|
|
|
</> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
{% endfor %} |
|
|
|
{% else %} |
|
|
|
<tr> |
|
|
|
<td> |
|
|
|
<h3>Nenhuma Sessão Plenária encontrada com essas especificações</h3> |
|
|
|
</tr> |
|
|
|
<tr><td><h3>Nenhuma Sessão Plenária encontrada com essas especificações</h3></tr> |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
</table> |
|
|
|
|
|
|
|
{% include "paginacao.html" %} |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
{% endblock detail_content %} |