{% extends "idhub/base.html" %} {% load i18n %} {% block content %}

{{ subtitle }}

{% for rol in user.roles.all %} {% endfor %}
{{ rol.service.get_roles }} {{ rol.service.description }} {{ rol.service.domain }}
{% endblock %}