{% extends 'basedocumentation.html' %} {% load url from future %} {% block extra_extra_head %} {{ block.super }} {{ form.media.css }} {{ form.media.js }} {% endblock %} {% block doccontent %}

{{ work.title }}

{% if merge_complete %}

Merge {{ old_work_id }} into {{ work.id }} Complete

{% include 'workbox.html' %}
Merge more

{% else %}

Merge Works

{% csrf_token %} {{ form.as_p }}

Merge this work...

{% if other_work %} {% with other_work as work%} {% include 'workbox.html' %} {% endwith %} {% endif %}

... into the current work

{% include 'workbox.html' %} {% if other_work %} {% else %} {% endif %}
{% endif %}

More Edition Management

Remove editions from this work

Create a new edition for this work

{% endblock %}