{% extends "base.html" %} {% load static %} {% block title %}Stats - {{ club.name }}{% endblock %} {% block content %} {% include "club_ribbon.html" %}

Auction stats over time

Participants is a count of invoices unless the auction uses check-in mode, in which case all checked-in attendees are counted.

Cumulative members over time

Totals by join date. Paid members includes everyone who is currently paid - lapses in membership are not tracked.

{{ club_auction_stats|json_script:"club-auction-stats-data" }} {{ club_membership_growth|json_script:"club-membership-growth-data" }} {% endblock %} {% block extra_js %} {% endblock %}