{% extends 'core_main_app/_render/admin/theme/tools/box.html' %} {% block box_title %}Migrate Data to a new template{% endblock %} {% block box_body %}

Use the migration tool below to migrate data between template versions. Start by selecting one or more source templates (Step 1). Then, select the data to migrate, or all the data for the selected templates (Step 2). Step 3 allows the selection of an XSLT in order to transform data from the source template into a new XML document that would be valid for the destination template. And finally, select the target template for the selected data (Step 4). Once the selection is done, use the "validate" button to check if the selected data can be migrated to the selected target template. Use the "migrate" button to perform the migration.

1 - Select Source template(s)
Show users templates
{% if data.templates %} {% for template in data.templates %} {% endfor %} {% else %} {% endif %}
{{template.title}}
No Template available.
2 - Select Data
Please select source template(s)
3 - Select XSLT (optional)
{% if data.xslt %} {% for xsl_transformation in data.xslt %} {% endfor %} {% else %} {% endif %}
Please select data to migrate
4 - Select a Target template
Please select data to migrate
{% endblock %}