{% extends 'main.html' %} {% load static %} {% block content %}
| Registration | Aquarist | Club | Family | Classification | Approver | Status | Updated | |
|---|---|---|---|---|---|---|---|---|
| {{ registration.species.name }} | {{ registration.aquarist_name }} | {{ registration.affiliate_club.acronym }} | {{ registration.species.get_cares_family_display }} | {{ registration.species.get_cares_classification_display }} | {{ registration.cares_approver.name }} | {{ registration.get_status_display }} | {% if registration.last_report_date %}R: {{ registration.last_report_date | date:'Y-m-d' }} | {% else %}{{ registration.lastUpdated | date:'Y-m-d' }} | {% endif %}
None
{% endif %}