diff --git a/idhub/templates/idhub/user/roles.html b/idhub/templates/idhub/user/roles.html index d6520a0..e439a01 100644 --- a/idhub/templates/idhub/user/roles.html +++ b/idhub/templates/idhub/user/roles.html @@ -2,4 +2,30 @@ {% load i18n %} {% block content %} +
+
+
+ + + + + + + + + + {% for rol in user.roles.all %} + + + + + + {% endfor %} + +
{{ rol.service.rol.name }}{{ rol.service.description }}{{ rol.service.domain }}
+
+
+
+ + {% endblock %}