{% extends "base.html" %} {% load i18n %} {% block breadcrumbs %}
| {% translate "Repository" %} | {% translate "Branch" %} | {% translate "Visibility" %} | {% translate "Actions" %} |
|---|---|---|---|
|
{{ repo.full_name }}
{% if repo.description %}
{{ repo.description }} {% endif %} |
{{ repo.default_branch }} | {% if repo.private %} {% translate "Private" %} {% else %} {% translate "Public" %} {% endif %} | {% if repo.import_url %} {% translate "Import" %} {% else %} {% translate "Unavailable" %} {% endif %} |
{% translate "No repositories found. Click 'Refresh repositories' to fetch the list from GitHub." %}
{% endif %}