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

{{ bap_club.name }}

BAP Leaderboard

Total: {{ page_obj.paginator.count }} BAP Participants found
{% if bap_leaderboard %}
{% for bap_participant in bap_leaderboard %} {% endfor %}
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}}
{% if is_paginated %} {% endif %} {% else %}

None

{% endif %}

BAP Submissions

{% endblock content %}