{% extends "core/settings/settings_base.html" %} {% load i18n %} {% block settings_content %}
{% 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 "Name" %} | {% translate "User" %} | {% translate "Created" %} | {% translate "Action" %} |
---|---|---|---|
{{ application.name }} | {{ application.user|default_if_none:"-" }} | {{ application.created }} |
{% if application.federatedhost %}
{% translate "Manage federation" %}
{% else %}
{% translate "View" %}
{% translate "Edit" %}
{% translate "Delete" %}
{% endif %}
|
{% translate "No applications defined" %}.
{% endif %}