{% load i18n widget_tweaks %}
{% block actions %}
{% block actions-counter %} {% if actions_selection_counter %} {{ selection_note }} {% if cl.result_count != cl.result_list|length %} {% endif %} {% endif %} {% endblock %}
{% block actions-form %}
{% trans "Actions" %} {% for field in action_form %} {% render_field field class="form-select mb-0" %} {% endfor %}
{% endblock %}
{% endblock %}