{% extends "base.html" %}{% block title %}{{ repo_name }} – Git{% endblock %} {% block head %} {% endblock %} {% block content %} {% if (git_readonly or repo_readonly) and not can_edit %}
{{ t('git_readonly_notice') }}
{% endif %} {% if breadcrumbs %} {% endif %}

{{ repo_name }}

git clone https://git.paganlinux.eu/{{ repo_name }}.git
{{ t('files_section') }} ({{ items|length }}){% if branch %} · {{ branch }}{% endif %}
{% if can_edit %} Wgraj pliki{% endif %} {% if can_edit %} Nowy{% endif %}
{% if items %}
{{ items|length }} / {{ items|length }} {% if dir_count %} {{ dir_count }}{% endif %} {% if file_count %} {{ file_count }}{% endif %}
{% if can_edit %}{% endif %} {% for item in items %} {% if can_edit %} {% endif %} {% endfor %}
{{ t('name_col') }} {{ t('size_col') }} {{ t('last_change') }}
{{ '' if item.type=='dir' else '' }} {% if item.type=='dir' %} {{ item.name }}/ {% else %} {{ item.name }} {% endif %} {% if item.type=='file' %}{{ fmt_size(item.size) }}{% endif %} {{ item.last_commit }}
{{ t('no_files_match') }}
{% else %}

Pusty katalog

{% if can_edit %} {% endif %}
{% endif %}
{% if readme_html %}
{{ t('readme_section') }} {% if readme_has and readme_has.pl and readme_has.en %} PL | EN {% endif %}
{{ readme_html|safe }}
{% endif %}
{{ t('commits_section') }} {{ total_commits }}
{% if commits %} {% if total_pages > 1 %} {% endif %} {% else %}

Brak commitów

{% endif %}
{% if releases %}

{{ t('releases_label') }}

{% endif %}

{{ t('about_repo') }}

{{ t('commits_label') }}{{ total_commits }}
{{ t('branches_count') }}{{ branch_count }}
{{ t('contributors_label') }}{{ contrib_count }}
{{ t('issues_label') }}{{ issue_count }}
{{ t('default_branch') }}{{ branch }}
{% endblock %}