{$dialog_id = uniqid('f-move-dialog-')} {function form_begin} {if $allowed_files}
{/if} {/function} {function form_end} {if $allowed_files}
{/if} {/function} {function title}

{if $wa->get('restore')} [`Restore files and folders`] {else} [`Move files and folders`] {/if}

{/function} {function button_text}{strip} {if $wa->get('restore')} {if $unallowed_files}[`Restore the rest`]{else}[`Restore`]{/if} {else} {if $unallowed_files}[`Move the rest`]{else}[`Move`]{/if} {/if} {/strip}{/function}
{form_begin}
{title}
{if $allowed_files} {if $unallowed_files}

[`No permissions to move these files`]: {foreach $unallowed_files as $file} {$file.name|escape}  {/foreach}

{/if}
{else}

[`No permissions to move these files`]

{/if}
{form_end}