{% extends "base.html" %}
{% block content %}
Organization recovery: {{ organization }}
A user at {{ app_link() }} has attempted to recover access to organization {{ organization }} via this email address. |
Please login with one of the following user accounts to access this organization: |
{% for admin_user in admin_usernames %}
- {{ admin_user | user_reference }}
{% endfor %}
If you did not make this request, your organization has not been compromised and the user was not given access. You can safely ignore this message. |
Best Wishes,
The {{ app_title }} Team
{% endblock %}