{% 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 %}