{% load i18n %}
{% if filter.filter_type == 'fixed' %}
{% for button in filter.fixed_buttons %} {% endfor %}
{% elif filter.filter_type == 'query' %} {% endif %} {% for action in table_actions %} {% if action != filter %} {% if action.method != "GET" %} {% else %} {{ action.verbose_name }} {% endif %} {% endif %} {% endfor %}