{% extends 'main.html' %} {% block content %}
Family: {{registration.species.get_cares_family_display}}
Classification: {{registration.species.get_cares_classification_display}}
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 %}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 %}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 %} {% endif %}