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

{% trans "Participation data statistics for" %} {{ year }}
{% trans "Previous year" %} {% if next_year %} {% trans "Next year" %} {% endif %}

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