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

{% trans "Participation data statistics for" %} {{ year }}

{% for monthnr, month, n_fats in monthlystats %} {% endfor %}
{% trans "Month" %} {% trans "Fats" %}
{{ month }} {{ n_fats }}
{% endblock content %}