{% extends "repo_master.html" %} {% block title %}Branches - {{ repo.namespace + '/' if repo.namespace }}{{ repo.name }}{% endblock %} {% set tag = "home" %} {% block repo %}
{% block overviewtabs %}{{ super() }}{% endblock %}

Branches {{g.branches|length}}

{% if head %} {% endif %} {% for branch in g.branches if branch != head %}
{% if g.repo_committer and branch != head and ( config.get('ALLOW_DELETE_BRANCH', True) or repo.is_fork) %}
{{ g.confirmationform.csrf_token }}
{% endif %}
{% endfor %}
{% endblock %} {% block jscripts %} {{ super() }} {% endblock %}