{% extends "public/base.html" %} {% load bootstrap %} {% load staticfiles %} {% block title %}Alliance Auth{% endblock %} {% block page_title %}Personal fatlink statistics{% endblock page_title %} {% block content %}

Participation data statistics for {{ year }}
{% if next_year %} {% endif %}

{% for month, n_fats in monthlystats.items %} {% endfor %}
Month Fats
{{ month }} {{ n_fats }}
{% endblock content %}