{% load filters %} {% load evelinks %} {% load i18n %}

{% translate "Your monthly stats" %}

{% translate "Only months with FAT data of the selected year are shown." %}

{% translate "Only charaters that have FATs for the selected year are shown." %}

{% if charstats %} {% for char in charstats %}
{% if char.1|length > 0 %} {% for month, fatcount in char.1.items %} {% endfor %}
{% translate "Month" %} {% translate "FAT Count" %}
{{ month|month }} {{ fatcount }}
{% else %} {% endif %}
{% endfor %} {% else %} {% endif %}