{% for a in actions %} {% set i = loop.index0 %}
{{ loop.index }}
{% for f in action_fields[a.type] %} {% endfor %}
{% endfor %}