{% extends get_active_back_theme()+"/base.html" %} {%block head%} {%endblock%} {% block content %}


{%for role in roles%} {%endfor%}
{{role.name}}
{% endblock %}