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

CARES Registrations

Registration Filters

{% if selected_cares_family or selected_reg_status or selected_approver or selected_club or query_text %} Clear Filters {% endif %}

Registrations

Total: {{ page_obj.paginator.count }} Registrations found
{% if registrations_list %}
{% for registration in registrations_list %} {% if registration.last_report_date %} {% else %} {% endif %} {% endfor %}
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 }}R: {{ registration.last_report_date | date:'Y-m-d' }}{{ registration.lastUpdated | date:'Y-m-d' }}
{% if is_paginated %} {% endif %} {% else %}

None

{% endif %}
{% endblock content %}