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

{% trans "API Key Management" %}

{% if apikeypairs %} {% if api_sso_validation %} {% endif %} {% for pair in apikeypairs %} {% if api_sso_validation %} {% endif %} {% endfor %}
{% trans "API ID" %}{% trans "SSO Verified" %}{% trans "Action" %}
{{ pair.api_id }} {% if pair.sso_verified %} {% else %} {% endif %} {% if api_sso_validation and not pair.sso_verified %} {% endif %}
{% else %} {% endif %}
{% endblock content %}