{% load i18n %}
{% block actions %} {% block actions-form %}
{% for field in action_form %} {% if field.label %} {% endif %} {% if field.field.widget.input_type == 'select' %} {% else %} {{ field }} {% endif %} {% endfor %}
{% endblock %} {% block actions-submit %} {% endblock %} {% block actions-counter %} {% if actions_selection_counter %} {{ selection_note }} {% endif %} {% endblock %} Select all entries {% endblock %}