{% extends "public/base.html" %} {% load bootstrap %} {% load staticfiles %} {% block title %}Alliance Auth{% endblock %} {% block page_title %}Corporation Member Tracking{% endblock page_title %} {% block extra_css %}{% endblock extra_css %} {% block content %}
{% if perms.auth.corputils %}

Member Search Results

{{ corp.corporation_name }}

{% if perms.auth.fleetactivitytracking%} {% else %} {% endif %} {% for result in results %} {% if perms.auth.fleetactivitytracking %} {% if result.main %} {% else %} {% endif %} {% endif %} {% endfor %}
Character Main characterKillboard Fleet statisticsKillboardAPI JackKnife
{{ result.name }} {% if result.api_registered%} {{ result.main.character_name }} {% else %} No API registered! {% endif %}

Killboard

{% if result.api_registered %} {% endif %}
{% endif %}
{% endblock content %}