{% extends "oauth2_provider/base.html" %} {% load i18n %} {% block content %}

Developer Console | {% trans "Your applications" %}

{% if not request.user.mastodon_acct %}

Please connect to a Fediverse identity before creating an application.

{% elif applications %} {% trans "New Application" %} {% else %}

{% trans "No applications defined" %}. {% trans "Click here" %} {% trans "if you want to register a new one" %}

{% endif %}
{% endblock content %}