{% 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 Update {{ form.csrf_token }} Delete project Delete Project's options {% for key in repo.settings | sort %} Activate {{ key | replace('_', ' ') }} {% endfor %} {{ form.csrf_token }} Users Here below is the list of user having commit rights to this repo. [add] {{ repo.user.user }} (owner) {% for user in repo.users %} {{ user.user }} {{ form.csrf_token }} {% endfor %} {% if plugins %} Hooks {% for plugin in plugins %} {{ plugin }} {% endfor %} {% endif %} Tags Here below is the list of tags associated with one or more issue of the project. {% for tag in tags %} {{ tag.tag }} {{ tag_form.csrf_token }} {% endfor %} {% endblock %} {% block jscripts %} {{ super() }} {% endblock %}
{{ form.csrf_token }}
Here below is the list of user having commit rights to this repo.
[add]
Here below is the list of tags associated with one or more issue of the project.