{% extends "public/base.html" %} {% block title %}Alliance Auth{% endblock %} {% block page_title %}Corporation Stats{% endblock page_title %} {% block content %}

Corporation Stats

{% if perms.auth.alliance_member %}
Corporation

Name: {{ corp.corporation_name }}

Ticker: {{ corp.corporation_ticker }}

Member: {{ corp.member_count }}

Total Authed Members: {{ currentCount }}

Registered Characters
{% for key,value in characters.items %} {% endfor %}
Character Name Actions

{{ key }}

{% else %}

Not part of the alliance

{% endif %}
{% endblock content %}