{% load i18n %}
{% 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 %} {% for action in table_actions_buttons %} {% include "horizon/common/_data_table_table_action.html" %} {% endfor %} {% if table_actions_menu|length > 0 %}
{% if table_actions_buttons|length > 0 %} {% trans "More Actions" %} {% else %} {% trans "Actions" %} {% endif %}
{% endif %} {% endblock table_actions %}