{% extends "saas/base.html" %} {% block content %}
{% if role %}

Based on your e-mail address we have granted you a {{role_descr}} role on {{organization}}.

{% if contacts %} If you need extra permissions, please contact one of the profile managers for {{organization}}: {{contacts}}. {% else %} If you have any questions, please contact us. {% endif %}

Continue
{% else %}

We found a matching profile for your e-mail domain! Please verify your e-mail address before going further. To do so click on the link in the e-mail we just sent you.

{% endif %}
{% endblock %}