{% for index, name, types in notifications %} {{ name }} ({% for type in types %}{{ type }}{% if not forloop.last %}, {% endif %}{% endfor %})
{% endfor %}