{% extends "repo.html" %} {% set active_page = "settings" %} {% block title %} {% trans username=username, repository=repository %}Settings of {{ username }}/{{ repository }}{% endtrans %} {% endblock %} {% block content %}

{% trans link=site_link, primary_link=primary_site_link %} Host static sites for your projects, for free. The files in your site branch will be served at {{ site_link }} or {{ primary_site_link }} if you make this the primary site. {% endtrans %}

{% trans %}Even if this repository is private, the site will not have access control.{% endtrans %}

{% trans %}Forum labels{% endtrans %}

    {% for label in repo_data.labels %}
  • {% endfor %}
{% if logged_in_user == username %}

{% trans %}Delete repository{% endtrans %}

{% trans %}Deleting a repository will permanently remove its git database, forum, settings and other associated data. THIS CANNOT BE UNDONE IN ANY WAY!{% endtrans %}

{% endif %}
{% endblock %}