{% include "generic/export_fields_modal.html" %}
{% if show_filter_tags %} {% include "generic/filter_tags.html" %} {% endif %}
{% if queryset|length %}
{% if bulk_select_option %}
{% include "generic/quick_actions.html" %}
{% endif %}
{{toggle_form.as_list}}
{% if bulk_select_option %}
{% endif %} {% for cell in columns %}
{{cell.0}}
{% endfor %} {% if options or option_method%}
{% trans "Options" %}
{% endif %} {% if actions or action_method %}
{% trans "Actions" %}
{% endif %}
{% for instance in queryset %}
{% if bulk_select_option %}
{% endif %} {% for cell in columns %}
{% with attribute=cell.1 index=forloop.counter %} {% if not cell.2 %}