{% extends "onboarding/email/_base.html" %} {% block title %}A new organisation is starting a TAMIS application{% endblock %} {% block preheader %}{{ organization_name }} started an application - review it in the operator dashboard.{% endblock %} {% block heading %}A new organisation is starting a TAMIS application{% endblock %} {% block content %}

A new applicant has started filling in their registration. Sections arrive for review as they are submitted.

{% include "onboarding/email/_row.html" with label="Organisation" value=organization_name %} {% include "onboarding/email/_row.html" with label="Contact" value=email mono=1 %}
{% include "onboarding/email/_button.html" with url=dashboard_url label="Open the operator dashboard" %} {% endblock %}