{% trans "Selected COUNT of TOTAL." as selected_text %}
{{ selected_text }}
{% trans "Select all TOTAL." as select_across_text %}
{{ select_across_text }}
{% trans "Cancel selection" as cancel_text %}
{{ cancel_text }}
{% for action in actions %}
{% with form=action.get_form %}
{% if form %}
{% include "beam/partials/form_layout.html" with form=form layout=action.form_layout %}