{% for action in actions %}

{{ action['title'] }}

{% for field in action['fields'] %}
{% if field['type'] == 'bool' %} {% elif field['type'] == 'int' %} {% else %} {% endif %}
{% endfor %}
{% endfor %}