{% extends "base.html" %} {% load i18n %} {% block breadcrumbs %}
{% blocktranslate trimmed %} Select existing Git or GitHub components to use the Weblate GitHub App. Their repository URLs will be replaced by canonical HTTPS URLs, and separate push URLs will be removed. {% endblocktranslate %}
{% if required_accounts %}{% blocktranslate trimmed with accounts=required_accounts|join:", " %} The GitHub App needs repository access for these accounts: {{ accounts }}. {% endblocktranslate %}
{% endif %} {% if installations %}{% translate "Connected GitHub accounts:" %}
| {% translate "Component" %} | {% translate "Repository" %} | {% translate "Status" %} |
|---|---|---|
| {{ entry.component.project.name }} / {{ entry.component.name }} | {{ entry.full_name }} | {% if entry.canonical_url %} {% translate "Ready" %} {% else %} {% translate "Repository access needed" %} {% endif %} |
{% translate "There are no GitHub components in this workspace that can be migrated." %}
{% endif %}