{% extends "base.html" %}{% block title %}Ustawienia – {{ repo_name }}{% endblock %} {% block head %} {% endblock %} {% block content %}
← {{ repo_name }} Wszystkie repo
{{ repo_name }} – statystyki
Widoczność{{ ' Publiczne' if visible else ' Prywatne' }}
Commity{{ commit_count }}
Gałęzie{{ branch_count }}
Domyślna gałąź{{ default_branch }}
Rozmiar{{ size }}
Ostatni commit{{ last_commit }}
Issues otwarte{{ issue_count }}
Clone URL
git clone https://git.paganlinux.eu/{{ repo_name }}.git
Opiekunowie
{% if maintainers %} {% for m in maintainers %}
{{ m[0] }}{{ m[1] }}
{% endfor %} {% else %}

Brak opiekunów (admin ma pełny dostęp)

{% endif %}
Opis repozytorium
{{ '' if visible else '' }} Widoczność

{% if visible %} Repozytorium jest publiczne – każdy może je klonować przez HTTPS i git://. {% else %} Repozytorium jest prywatne – tylko zalogowani z uprawnieniami mają dostęp. {% endif %}

🔒 {{ t('git_repo_readonly_title') }}

{% if readonly %}{{ t('git_repo_readonly_on') }}{% else %}{{ t('git_repo_readonly_off') }}{% endif %}

{% if tags %}
Tagi ({{ tags|length }})
{% for t in tags %}{{ t }}{% endfor %}
Nowy release
{% endif %}
⚠ Strefa niebezpieczna

Usunięcie repozytorium jest nieodwracalne. Wszystkie pliki, commity i issues zostaną bezpowrotnie utracone.

{% endblock %}