{% 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:
You may approve or deny this organisation via the control dashboard ({{site.uri.public}}/organisations).
To approve this organisation immediately you may do so by visiting: {{site.uri.public}}/organisations/approve?token={{token}}.
To deny this organisation immediately you may do so by visiting: {{site.uri.public}}/organisations/deny?token={{token}}.
{% if approval_expiration %}The approval period for this organisation will expire in {{approval_expiration}} at which point the organisation registration will be automatically denied.
{% endif %}
With regards,
The {{site.title}} Team