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

CARES Registration: {{registration.species.name}}

Aquarist:  {{registration.aquarist_name}}
Email:  {{registration.aquarist_email}}
{% if registration.affiliate_club %} Club Affiliation:  {{registration.affiliate_club.acronym}}  ({{registration.affiliate_club.name}}) {% else %} Club Affiliation:   None {% endif %}
 

CARES Species:  {{registration.species.name}}

Family:  {{registration.species.get_cares_family_display}}

Classification:  {{registration.species.get_cares_classification_display}}

Aquarist Species

Source:  {{registration.species_source}}

Year Acquired:  {{registration.year_acquired}}

Collection Location: {% if registration.collection_location %}   {{registration.collection_location}} {% else %} None {% endif %}

Verification Photo:

{% if registration.verification_photo %}

{% else %}

None

{% endif %}

Breeding Group?   {% if registration.species_has_spawned %} Yes

{% else %} No

{% endif %}

Offspring Shared?    {% if registration.offspring_shared > 0 %} Yes

{% else %} No

{% endif %} {% if registration.last_report_date %}

Last Report:   {{ registration.last_report_date | date:'Y-m-d' }}

{% endif %}

Registration Detail

Status:   {{registration.get_status_display}}

{% if registration.cares_approver %}

Approver:   {{ registration.cares_approver.name }}

{% endif %}

Notes:   {% if registration.approver_notes %} {{registration.approver_notes}}

{% else %} None

{% endif %}

Submitted:   {{ registration.date_requested | date:'Y-m-d' }}

{% if registration.lastUpdated %}

Updated:   {{ registration.lastUpdated | date:'Y-m-d' }}

{% endif %} {% if userCanEdit %}

 Edit Registration 

{% endif %}
{% endblock content %}