{% load i18n result_list%}
{% if action_form and actions_on_top and cl.full_result_count %} {% for field in action_form %}
{% if field.label %} {% endif %}
{{ field }}
{% endfor %} {% block extra_input_action %} {% endblock extra_input_action %}
{% 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 %}
{% endif %}
{{ list_per_page_form }}