{% extends "base.html" %} {% load i18n %} {% block breadcrumbs %}
{% translate "You do not manage any workspaces. VCS accounts can be connected only to workspaces you manage." %}
{% elif not apps %}{% translate "No VCS integrations are available. A site administrator needs to register a Weblate GitHub App first." %}
{% else %}{% if selected_workspace %} {% blocktranslate trimmed with workspace=selected_workspace %} Connect code hosting accounts to {{ workspace }}. These accounts can then be used when creating components from version control. {% endblocktranslate %} {% else %} {% translate "Connect code hosting accounts to workspaces you manage. These accounts can then be used when creating components from version control." %} {% endif %}
{% endif %}| {% translate "Workspace" %} | {% translate "Actions" %} |
|---|---|
| {{ item.workspace }} | {% translate "Connect GitHub account" %} |
| {% 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 "Repositories" %} {% if installation.pk in app.manageable_installations %} {% include "vcs/snippets/github_account_remove_modal.html" with installation=installation next_url=next_url csrf_token=csrf_token only %} {% endif %} |
{% translate "No connected GitHub accounts yet." %}
{% endif %}