{% load i18n %}
{% block actions %}
{% block actions-form %} {% for field in action_form %} {% if field.label %}
{{ field.label }} {{ field }}
{% else %} {{ field }} {% endif %} {% endfor %} {% endblock actions-form %} {% block actions-submit %}
{% endblock actions-submit %}
{% block actions-counter %} {% if actions_selection_counter %} {{ selection_note }} {% if cl.result_count != cl.result_list|length %} {% endif %} {% endif %} {% endblock actions-counter %} {% endblock actions %}