{% extends "public/base.html" %} {% load bootstrap %} {% load staticfiles %} {% load i18n %} {% block title %}Alliance Auth{% endblock %} {% block page_title %}FleetUp{% endblock page_title %} {% block content %}
{% if perms.auth.corp_stats %}

{% trans "Characters registered on Fleet-Up.com" %}

{% for char_name, user_id in member_list %} {% endfor %}
{% trans "Character" %} {% trans "Corporation" %} Fleet-Up(id)

{{ user_id.char_name }}

{{ user_id.corporation }}

{{ user_id.user_id }}

{% endif %}
{% endblock content %}