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

Participation data statistics for {{ month }}, {{ year }} {% if char_id %} {% endif %}

{{ user }} has collected {{ n_fats }} links this month.

{% for ship, n_fats in shipStats %} {% endfor %}
Ship Times used
{{ ship }} {{ n_fats }}
{% if created_fats %}

{{ user }} has created {{ n_created_fats }} links this month.

{% for link in created_fats %} {% endfor %}
Name Creator Fleet Eve Time Duration Edit
{{ link.name }} {{ link.creator.username }} {{ link.fleet }} {{ link.fatdatetime }} {{ link.duration }}
{% endif %}
{% endblock content %}