{% load i18n %}
{% for field in action_form %}{% if field.label %}{% endif %}{% endfor %}     {% if actions_selection_counter %} {{ selection_note }} {% if paginator.count != paginated_items.object_list|length %} {{ selection_note_all }}   {% blocktrans with paginator.count as total_count %}Select all {{ total_count }} files and/or folders{% endblocktrans %} {% trans "Clear selection" %} {% endif %} {% endif %}