{% extends "saas/base.html" %} {% block saas_content %} {{role|capfirst}} Please wait... No {{role}} yet Username Email [[user.username]] [[user.email]] Remove 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}} to {{organization.printable_name}}. Thank you, - {{request.user.first_name}} Invite {{role}} {% endblock %} {% block saas_bodyscripts %} {% endblock %}
If the user couldn't be found in the system, it is a great occasion to invite them.