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

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

{% for corpStat in fatStats %} {% endfor %}
Ticker Corp Members Fats Average fats
[{{ corpStat.corp.corporation_ticker }}] {{ corpStat.corp.corporation_name }} {{ corpStat.corp.member_count }} {{ corpStat.n_fats }} {{ corpStat.avg_fat }}
{% endblock content %}