{% extends 'main.html' %} {% block content %}

Notify Registrant by Email

Species: {{ species_name }}

Aquarist: {{ registration.aquarist_name }}

Email: {{ registration.aquarist_email }}

New Status: {{ status_label }}

Approver Notes: {% if registration.approver_notes %}{{ registration.approver_notes }}{% else %}None{% endif %}

Compose Email to Registrant
{% csrf_token %}
{% endblock content %}