{% for action in block.items %} {% if action.type == 'export' %} {{ action.label | e }} {% elif action.type == 'link' %} {{ action.label | e }} {% elif action.type == 'overlay' %} {% elif action.type == 'menu' %}
{% for item in action.items %} {% if item.type == 'export' %} {{ item.label | e }} {% elif item.type == 'link' %} {{ item.label | e }} {% else %} {% endif %} {% endfor %}
{% else %} {% endif %} {% endfor %}