{% extends 'main.html' %} {% block content %}
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 %}