{% load i18n %}
{% for role in user_roles %}{{ role.text }}{% if not forloop.last %} / {% endif %}{% endfor %}