{% extends "repo_master.html" %} {% from "_formhelper.html" import render_field_in_row %} {% block title %}{{ select.capitalize() }} - {{ repo.name }}{% endblock %} {%block tag %}home{% endblock %} {% block header %} {% endblock %} {% block repo %}

Settings

Update description

{{ form.csrf_token }}

Delete project

Project's options

{% for key in repo.settings | sort %} {% endfor %}

{{ form.csrf_token }}

Users

Here below is the list of user having commit rights to this repo.

[add]

{% if plugins %}

Hooks

{% endif %}

Tags

Here below is the list of tags associated with one or more issue of the project.

{% endblock %} {% block jscripts %} {{ super() }} {% endblock %}