{% load i18n %}
{% block actions %}
{% block actions-form %}
{% for field in action_form %} {% if field.label %} {% endif %} {% if field.name == 'action' %} {% else %} {{ field }} {% endif %} {% endfor %}
{% endblock %} {% block actions-submit %} {% endblock %} {% block actions-counter %} {% if actions_selection_counter %} {{ selection_note }} {% if cl.result_count != cl.result_list|length %} {{ selection_note_all }} {% blocktranslate with cl.result_count as total_count %}Select all {{ total_count }} {{ module_name }}{% endblocktranslate %} {% translate "Clear selection" %} {% endif %} {% endif %} {% endblock %}
{% endblock %}