{% extends 'main.html' %} {% block title %} - Raffle Dashboard{% endblock %} {% block content %}
Upload a CSV with columns species_name and (optionally) quantity_available.
New species are added; existing species quantities are updated.
Existing entries are never affected. You can upload again at any time to add a donated species mid-event.
{% if species_rows %}No species loaded yet. Upload a CSV to get started.
{% endif %}No entries yet.
{% else %}All eligible entrants have won.
{% endif %} {% endif %} {% if data.entrants %}Upload a species CSV above to see pools here.
{% endif %}