{% extends 'base.html' %} {% block body %}
{% if allow_signup %}
{% else %} {% endif %}
{% for role in roles|sort(attribute="name") if role.name not in config['ROLES_BASEROLES'] %} {% endfor %} {% if not roles %} {% endif %}
Name Description
{{ role.name }} {{ role.description }}
There are no (non-base) roles yet
Cancel
{% endblock %}