{% blocktrans count links=n_fats trimmed %}
{{ user }} has collected one link this month.
{% plural %}
{{ user }} has collected {{ links }} links this month.
{% endblocktrans %}
{% translate "Ship" %}
{% translate "Times used" %}
{% for ship, n_fats in shipStats %}
{{ ship }}
{{ n_fats }}
{% endfor %}
{% if created_fats %}
{% blocktrans count links=n_created_fats trimmed %}
{{ user }} has created one link this month.
{% plural %}
{{ user }} has created {{ links }} links this month.
{% endblocktrans %}