{% extends "./base_email.html" %} {% block email_body %}

{{ organization_name }} is pending for review

Dear Admin,

A new registration was submitted on {{ submitted_at }} and is pending review:

Contact:

{{ fullname }}

Email:

{{ email }}

Organization:

{{ organization_name }}

Type:

{{ organization_type }}


Approve Deny
{% endblock %}