{% extends 'imicusfat/base.html' %} {% load evelinks %} {% load filters %} {% load i18n %} {% load static %} {% block page_title %}{% translate 'Fleet Activity' %}{% endblock %} {% block imicusfat_header %}
{% include "imicusfat/menu.html" %}

{% translate "Statistics" %} {% endblock %} {% block imicusfat_body %}

{{ year }} {% if year_next <= year_current %} {% endif %}

{% if msg %} {% endif %}

{% 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 key, value in char.1.items %} {% endfor %}
{% translate "Month" %} {% translate "FAT Count" %}
{{ key|month }} {{ value }}
{% else %} {% endif %}
{% endfor %} {% else %} {% endif %}
{% if permissions.stats.corp.view_own or permissions.stats.corp.view_other %}

{% translate "Corporations (Click Alliance Name to See Corps)" %}

{% if permissions.stats.corp.view_other %}
{% for key, value in data.items %}
{% for corp in value %} {% if forloop.first %} {% else %} {% endif %} {% endfor %}
{{ corp.1 }} {{ corp.1 }}
{% endfor %} {% elif permissions.stats.corp.view_own %}
{{ data.0.1 }} {{ data.0.1 }}
{% endif %}
{% endif %}
{% endblock %} {% block extra_css %} {% endblock %}