Members
| Year | Jan | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | Oct | Nov | Dec | Min | Max | Avg |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ year }} | {% with values=tabular_data.logbooks|dict_item:year %} {% for count in values %}{{ count }} | {% endfor %}{{ values|min|floatformat:2 }} | {{ values|max|floatformat:2 }} | {{ values|avg|floatformat:2 }} | {% endwith %}
Members with book activity
| Year | Jan | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | Oct | Nov | Dec | Min | Max | Avg |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ year }} | {% with values=tabular_data.cards|dict_item:year %} {% for count in values %}{{ count }} | {% endfor %}{{ values|min|floatformat:2 }} | {{ values|max|floatformat:2 }} | {{ values|avg|floatformat:2 }} | {% endwith %}
Subscriptions and book activity together
Subscriptions, book activity, and total number of members
| Year | Jan | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | Oct | Nov | Dec | Min | Max | Avg |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ year }} | {% with values=tabular_data.card_percents|dict_item:year %} {% for count in values %}{{ count|floatformat:2 }} | {% endfor %}{{ values|min|floatformat:2 }} | {{ values|max|floatformat:2 }} | {{ values|avg|floatformat:2 }} | {% endwith %}