{% extends "public/base.html" %} {% load bootstrap %} {% load staticfiles %} {% load i18n %} {% block title %}Alliance Auth{% endblock %} {% block page_title %}{% trans "API Key Management" %}{% endblock page_title %} {% block extra_css %}{% endblock extra_css %} {% block content %}
{% if apikeypairs %} {% else %} {% endif %}

{% trans "API Key Management" %}

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