{% extends "saas/base_dashboard.html" %} {% block saas_title %}Roles{% endblock %} {% block saas_content %}

Users with role '{{role_descr.title}}' on {{organization.printable_name}}

Username Email
Please wait...
No users with role {{role_descr.title}} yet.
[[item.user.slug]] [[item.user.email]]

Invite user to have a role '{{role_descr.title}}' on {{organization.printable_name}}

If the user couldn't be found in the system, it is a great occasion to invite them.

The following invite message will be sent along

{% if role_descr.slug == 'manager' %}
Add a new type of role {% endif %}
{% endblock %}