{% extends "allianceauth/base.html" %} {% load bootstrap %} {% load staticfiles %} {% load i18n %} {% block page_title %}Characters - FleetUp{% endblock page_title %} {% block content %}
{% if perms.auth.corp_stats %} {% include "fleetup/menu.html" %}

{% 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 %}