{use_macro file="Dataface_Main_Template.html"} {fill_slot name="main_section"}

{translate id="templates.actions_manage_migrate.HEADING_MIGRATION_MANAGER"} Migration Manager {/translate}

{translate id="templates.actions_manage_migrate.INSTRUCTIONS"}This page allows you to migrate data from old versions of Dataface to your current version. Select the migrations you wish to perform below and submit the form.{/translate}


{if $migrations|@count > 0 }
{foreach from=$migrations item="migration" key="key"}
{$key}:
{$migration}
{/foreach}
{else}

{translate id="templates.actions_manage_migrate.MESSAGE_NO_MIGRATIONS"} There are currently no migrations to be performed. {/translate}

{/if} {if $log|@count > 0 }

Migration Results

{foreach from=$log item="entry" key="key"}
{$key}
{/foreach}
{/if} {/fill_slot} {/use_macro}