{% block subject %} {{site.title}} - new organisation requires approval {% endblock %} {% block body %}

Dear {{recipient.first_name}},

Someone has created a new organisation which requires approving at {{site.title}} ({{site.uri.public}}).

The organisation details are:

Requester name:
{{requester.full_name}}
Requester email:
{{requester.email}}
Organisation name:
{{organisation.name}}
Organisation description:
{{organisation.description}}

You may verify or reject this organisation via the control dashboard ({{site.uri.public}}/organisations).

To verify this organisation immediately you may do so by visiting: {{site.uri.public}}/organisations/approve?token={{token}}.

To reject this organisation immediately you may do so by visiting: {{site.uri.public}}/organisations/reject?token={{token}}.

{% if approval_expiration %}

The approcal period for this organisation will expire in {{approval_expiration}} at which point the organisation will be automatically rejected.

{% endif %}

With regards,
The {{site.title}} Team

{% endblock %}