{% load i18n %} {% block actions_wrapper %}
{% block actions_form_fields %} {% for field in action_form %} {% if field.label %} {% endif %} {% endfor %} {% endblock %}   {% block actions_go_button %} {% endblock %}   {% block actions_selection_counter %} {% if actions_selection_counter %} {{ selection_note }} {% if cl.result_count != cl.result_list|length %} {{ selection_note_all }} {% blocktrans with cl.result_count as total_count %}Select all {{ total_count }} {{ module_name }}{% endblocktrans %} {% trans "Clear selection" %} {% endif %} {% endif %} {% endblock %}
{% endblock actions_wrapper %}