{% extends "base.html" %} {% load crispy_forms_tags i18n translations %} {% block nav_pills %}
{% endblock nav_pills %} {% block breadcrumbs %}{% translate "Pick a repository from a connected GitHub account. The component creation form will be pre-filled with the clone URL, default branch, and GitHub VCS driver." %} {% if github_app_install_url %} {% translate "Add or configure account" %} {% endif %}
{% if github_app_install_url %} {% include "vcs/github_install_help.html" %} {% endif %} {% if github_app_repositories %}| {% translate "Repository" %} | {% translate "Workspace" %} | {% translate "Account" %} | {% translate "Branch" %} | {% translate "Visibility" %} | {% translate "Actions" %} |
|---|---|---|---|---|---|
|
{{ repo.full_name }}
{% if repo.description %}
{{ repo.description }} {% endif %} |
{{ repo.workspace_name }} | {{ repo.account_name }} | {{ repo.default_branch }} | {% if repo.private %} {% translate "Private" %} {% else %} {% translate "Public" %} {% endif %} | {% translate "Import" %} |
{% if github_app_install_url %} {% translate "No repositories available yet. Install the Weblate GitHub app on a GitHub organization or user account to make repositories available here." %} {% elif selected_project %} {% translate "No repositories are available from connected GitHub accounts for this project workspace." %} {% else %} {% translate "Select a project with a workspace to connect a GitHub account or import repositories from an existing connection." %} {% endif %}
{% endif %}