|
|
@ -1,11 +1,10 @@ |
|
|
|
{% extends "crud/detail.html" %} |
|
|
|
{% load i18n %} |
|
|
|
{% load crispy_forms_tags %} |
|
|
|
{% load common_tags %} |
|
|
|
|
|
|
|
{% block actions %} |
|
|
|
<div class="actions btn-group pull-right" role="group"> |
|
|
|
{% if perms|get_add_perm:view %} |
|
|
|
{% if perms.sessao %} |
|
|
|
<a href="{% url 'sapl.sessao:sessaoplenaria_create' %}" class="btn btn-default"> |
|
|
|
{% blocktrans with verbose_name=view.verbose_name %} Adicionar Sessão Plenária {% endblocktrans %} |
|
|
|
{% endif %} |
|
|
@ -16,12 +15,7 @@ |
|
|
|
</div> |
|
|
|
{% endblock %} |
|
|
|
|
|
|
|
{% block sections_nav %} {% endblock %} |
|
|
|
|
|
|
|
{% block base_content %} |
|
|
|
<h1><b>Pesquisar Sessão Plenária</b></h1> |
|
|
|
<br></br> |
|
|
|
|
|
|
|
{% block detail_content %} |
|
|
|
{% if not filter_url %} |
|
|
|
{% crispy filter.form %} |
|
|
|
{% endif %} |
|
|
@ -54,4 +48,6 @@ |
|
|
|
</table> |
|
|
|
{% include "paginacao.html" %} |
|
|
|
{% endif %} |
|
|
|
{% endblock base_content %} |
|
|
|
{% endblock detail_content %} |
|
|
|
{% block table_content %} |
|
|
|
{% endblock table_content %} |