{% load i18n unfold %}
{% if actions_selection_counter %}
{{ selection_note }} {% if cl.result_count != cl.result_list|length %} {% if not cl.model_admin.list_disable_select_all %} {% endif %} {% endif %}
{% endif %}
{% for field in action_form %} {% if field.label %} {% endif %} {% endfor %} {% trans "Run the selected action" as title %} {% with "dataset-"|add:dataset.model_name|add:"-group" as form_id %} {% component "unfold/components/button.html" with submit=1 name="index" value=action_index|default:0 form=form_id extra_attrs='x-show="action"' title=title %} {% trans "Run" %} {% endcomponent %} {% endwith %}