{% extends "allianceauth/base.html" %} {% load i18n %} {% block page_title %}{% translate "Personal fatlink statistics" %}{% endblock page_title %} {% block content %}

{% blocktranslate %}Participation data statistics for {{ year }}{% endblocktranslate %}

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