@ -4,13 +4,14 @@
{% block base_content %}
<div class="d-flex context-actions justify-content-between align-items-start">
<div class="actions search flex-grow-1 pr-3">
{% if form %}
{% crispy form %}
{% elif filter.form %}
{% crispy filter.form %}
{% endif %}
</div>
{% block actions_search %}
{% endblock actions_search %}
{% block actions %}
<div class="actions btn-group btn-group-lg" role="group">
{% if view.create_url %}
@ -1,6 +1,14 @@
{% extends "crud/list.html" %}
{% load i18n common_tags crispy_forms_tags cropping %}
{% if filter.form %}
{% block container_table_list %}
{% if perms.parlamentares.add_mesadiretora %}
{{ block.super }}