{% load i18n %}
{% for field in action_form %}
{{ field }}
{% endfor %}
{% if actions_selection_counter %}
{{ selection_note }} {% if cl.result_count != cl.result_list|length %} {% endif %}
{% endif %}