{% extends "massmigration/base.html" %} {% block content %}

Run Migration

{{migration.key}}

{{migration.description}}

This will launch the processing of the migration using the backend {{migration.backend_str}}.

{% csrf_token %}
{% endblock %}