{% extends 'staff_base.html' %} {% block title %} {% translate 'Merge evaluations' %} {{ block.super }} {% endblock %} {% block breadcrumb %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }}

{% translate 'Merge evaluations' %}

{% csrf_token %}

{% translate 'Select the evaluations you want to merge. This will copy all participants and contributors, and will update the CMS links. Warning: This operation cannot be reverted in the UI.' %}

{% include 'bootstrap_form.html' with form=form %}
{% endblock %}