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

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

{% if perms.afat.stats_corporation_other %} {% for key, value in data.items|dictsort:0 %} {% if value|length > 0 %}
{% for corp in value %} {% if forloop.first %} {% else %} {% endif %} {% endfor %}
{{ corp.1 }} {{ corp.1 }}
{% endif %} {% endfor %} {% elif perms.afat.stats_corporation_own %}
{{ data.0.1 }} {{ data.0.1 }} {# #} {# #} {# #}
{% endif %}