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

{% trans "Signup as" %} {% get_user_role_title application_role %}

{% else %}

{% trans "Sign up Service" %}

Select role

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

{% trans "User profile" %}

{% elif application_role %}

{% trans "Change user role" %}

{% endif %} {% endblock more_action %}