{% extends "base.html" %} {% block title %}: {{ title }}{% endblock %} {% block head %} {% load staticfiles %} {% endblock %} {% block content %}

search

{% if form %}

Control Panel

Validate the current merge of this branch and master:

{% if branch %} {% if review_url %}

This branch is under review

{{ review_url }} {% endif %} {% if user.is_authenticated %} {% if ownership %}

To raise a ticket requesting that this branch be merged onto the project, please copy the text below and a link to this page to a new issue on our github page.

{% if upload %} {% for up in upload %} {% endfor %}

{{ up.label }} {% for dstr in up.docstring %}

{{ dstr }} {% endfor %}

{% endif %}

Delete this branch:

(this cannot be undone)

{% endif %} {% if metarelateuser %} Merge this branch:

{% endif %} {% endif %} {% else %} {% if user.is_authenticated %}

Create a new branch:

{% if branches %}

Current Branches

{% for branch in branches %} {{ branch }}

{% endfor %} {% endif %} {% endif %} {% endif %} {% if mappings %}

Live mappings in this branch:

{% for mapping in mappings %} {% endfor %} {% endif %} {% if save_string %} {% endif %} {% csrf_token %} {{ form.as_p }}
{% endif %} {% endblock %}