{% extends "account/base.html" %} {% load static i18n account_tag %} {% block content %}

{% trans "Select Service Role" %}

{% for role in service_role_set %} {% if role in user.user_role %} {% endif %} {% endfor %}
{% endblock content %} {% block more_action %}

{% trans "User profile" %}

{% endblock more_action %}