{% 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 %} {% if action != filter %} {% if action.method != "GET" %} {% else %} {{ action.verbose_name }} {% endif %} {% endif %} {% endfor %}
{% endblock table_actions %}