{% extends "saas/base_dashboard.html" %} {% block saas_title %}Roles{% endblock %} {% block saas_content %} Please wait... No roles assigned yet Username Role Email [[item.user.slug]] [[item.role_description.title]] [[item.user.email]] Remove Add {{role_descr}} 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: Hello, I am adding you as a {{role_descr}} to {{organization.printable_name}}. Thank you, - {{request.user.first_name}} Invite user {% endblock %}
If the user couldn't be found in the system, it is a great occasion to invite them.