{% extends 'main.html' %} {% load static %} {% block content %}
| Aquarist | Fishroom | Total Species | CARES Species | Total Points |
|---|---|---|---|---|
| {{ bap_participant.aquarist.first_name }} {{ bap_participant.aquarist.last_name }} | {{bap_participant.aquarist.get_display_name}} | {{bap_participant.species_count}} | {{bap_participant.cares_species_count}} | {{bap_participant.points}} | {% endfor %}
None
{% endif %}