{% extends "base.html" %} {% load i18n %} {% block breadcrumbs %}
{% blocktranslate trimmed %} No Weblate GitHub App is registered yet. Use the button above to create one with the right permissions and webhook URL already filled in — Weblate will store the credentials automatically once GitHub redirects back. {% endblocktranslate %}
{% else %}{% blocktranslate trimmed %} The GitHub Apps below provide credentials Weblate uses to talk to GitHub. Connect a GitHub account to each App to import repositories from that account. {% endblocktranslate %}
{% endif %}{{ app.app_id }}
{{ app.app_slug }}
{{ app.hostname }}
| {% translate "Account" %} | {% translate "Workspace" %} | {% translate "GitHub installation ID" %} | {% translate "Repositories" %} | {% translate "Status" %} | {% translate "Actions" %} |
|---|---|---|---|---|---|
| {{ installation.target_login }} ({{ installation.target_type }}) | {{ installation.workspace }} | {{ installation.installation_id }} | {{ installation.repositories|length }} | {% if installation.enabled %} {% translate "Active" %} {% else %} {% translate "Disabled" %} {% endif %} | {% translate "Details" %} |
{% translate "No connected GitHub accounts yet. Use the button above to connect a GitHub organization or user account." %}
{% endif %}