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

CARES Registrations ({{ registrations|length }})

{% if registrations %} {% for registration in registrations %}

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

{% endfor %} {% else %}
None
{% endif %}
{% endblock content %}