{% extends 'staff_base.html' %} {% block breadcrumb %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }}

{% translate 'Merge programs' %}

{% csrf_token %}

{% translate 'Select the programs you want to merge.' %}

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