{% extends "core/settings/settings_base.html" %} {% load i18n %} {% block settings_content %}

{% translate "App integrations" %}

{% blocktranslate trimmed with platform=platform_name %} On this page you can configure other apps and programs to work with {{ platform }} as an authentication provider using the OAuth2-standard. Other ways to integrate with {{ platform }} include the plugin system and the API. More detailed information can be found in the documentation. {% endblocktranslate %}

{% translate "OAuth2 applications" %}

{% translate "New Application" %} {% if applications %} {% for application in applications %} {% endfor %}
{% translate "Name" %} {% translate "User" %} {% translate "Created" %} {% translate "Action" %}
{{ application.name }} {{ application.user|default_if_none:"-" }} {{ application.created }}
{% else %}

{% translate "No applications defined" %}.

{% endif %}
{% endblock %}