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

{% for result in results %} {% endfor %}
Character Main character Killboard API JackKnife
{{ result.name }} {% if result.api_registered%} {{ result.main }} {% else %} No API registered! {% endif %}

Killboard

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