{% extends "madga/studio/base.html" %} {% load i18n madga_studio_tags %} {% block breadcrumbs %} {% trans "Channels" %} / {% blocktrans with label=publisher.label %}Custom {{ label }} app{% endblocktrans %} {% endblock %} {% block content %}

{% blocktrans with label=publisher.label %}Custom {{ label }} app for this workspace{% endblocktrans %}

{% blocktrans %}Use your own platform app instead of the operator's shared one — your OAuth consent screen will show your brand, and you'll have your own rate limits and audit log on the platform side. Leave this empty to keep using the shared app.{% endblocktrans %}

{% trans "Callback URL to register on the platform" %}
{{ callback_url }}
{% csrf_token %}
{% if existing %} {% trans "A secret is already stored encrypted. Leave this field empty to keep it." %} {% endif %}
{% trans "Cancel" %}
{% if existing %}
{% trans "Currently using your custom app." %}
{% trans "Submit an empty Client ID to revert to the shared app." %}
{% endif %}
{% endblock %}