{% extends "base.html" %} {% load crispy_forms_tags i18n %} {% block breadcrumbs %}
{% blocktranslate trimmed %} Submit the form below to create a GitHub App with all the permissions and events Weblate needs already filled in. After you confirm the App's name on GitHub, you will be redirected back here and the credentials will be stored automatically. {% endblocktranslate %}
{% if existing_hosts %}{{ host }} host already has stored GitHub App
credentials. You can edit the form, but submitting this host
again will be rejected.
{% endblocktranslate %}
{% else %}
{% translate "GitHub hosts that already have a Weblate GitHub App registered:" %}
{% for host in existing_hosts %}
{{ host }}
{% if not forloop.last %},{% endif %}
{% endfor %}
{% endif %}
{% translate "The JSON document below is the manifest that GitHub will use to pre-fill the new App's settings." %}
{{ manifest_json }}