{% extends "public/base.html" %} {% load bootstrap %} {% load staticfiles %} {% block title %}Alliance Auth{% endblock %} {% block page_title %}Something something here{% endblock page_title %} {% block extra_css %}{% endblock extra_css %} {% block content %}
{% if apikeypairs %} {% else %} {% endif %}

API Key Management

{% for pair in apikeypairs %} {% endfor %}
API ID API Key Action
{{ pair.api_id }} {{ pair.api_key }}
{% endblock content %}