{% load i18n %}
{% trans "Selected COUNT of TOTAL." as selected_text %} {% trans "Select all TOTAL." as select_across_text %} {% trans "Cancel selection" as 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 %}
{% endif %} {% endwith %} {% endfor %}