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

{{ selection_note_all }} {{ selection_note }}

{% endif %}
{% endspaceless %}