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

{{ bap_club.name }}

All species are assigned BAP Points by genus.   You can optionally set individual species BAP Points using species exceptions.

 

BAP Genus Filter

BAP Genus Configurations

Total: {{ page_obj.paginator.count }} BAP Genus entries found
{% if bap_genus_list %}
{% for genus_entry in bap_genus_list %} {% if userCanEdit %} {% else %} {% endif %} {% endfor %}
Genus Category Points Species Count Species Exceptions
{{ genus_entry.name }} {{ genus_entry.example_species.get_category_display }}{{ genus_entry.points }}{{ genus_entry.points }}{{ genus_entry.species_count }} {{ genus_entry.species_override_count }}
{% if is_paginated %} {% endif %} {% else %}

None

{% endif %}
{% if userCanEdit %}

Update BAP Genus List

Updating the BAP Genus List reads all currently defined Species and finds all Genus names not currently in the BAP Genus List.

Newly added entries are assigned the default BAP Point value as defined in your club's configuration.

{% csrf_token %}

{% endif %}
{% endblock content %}