{% for role in roles %} {% if role.editable %} {% set x = role.name %}

{{ x }}

{% endif %} {% endfor %}