{% load i18n bootstrap %}
{% block table_filter %} {% if filter.filter_type == 'fixed' %}
{% for button in filter.fixed_buttons %} {% endfor %}
{% elif filter.filter_type == 'query' %} {% elif filter.filter_type == 'server' %} {% endif %} {% endblock table_filter %} {% block table_actions %} {% comment %} For each single action in the Table Actions area {% endcomment %} {% for action in table_actions_buttons %} {% include "horizon/common/_data_table_action.html" with is_table_action=1 is_single=1 %} {% endfor %} {% comment %} If additional actions are defined, scoop them into the actions dropdown menu {% endcomment %} {% if table_actions_menu|length > 0 %}
{% if table_actions_buttons|length > 0 %} {{ table_actions_menu_label|default:_("More Actions") }} {% else %} {{ table_actions_menu_label|default:_("Actions") }} {% endif %}
{% endif %} {% endblock table_actions %}