{#- The actions that run on one record, drawn beside its row or on its page. Each posts the one form its action owns, after setting which record it is for, so a list of 25 rows carries 1 form per action, not 25. -#} {% if allowed %} {% if allowed|length == 1 %} {% set item = allowed[0] %} {% else %} {% endif %} {% endif %}