{$dialog_id = uniqid('f-mark-dialog-')} {function form_begin} {if $allowed_files}
{/if} {/function} {function form_end} {if $allowed_files}
{/if} {/function} {function button_text}{strip} {if $unallowed_files}[`Mark the rest`]{else}[`Mark`]{/if} {/strip}{/function}
{form_begin}

[`Mark files`]

{if $allowed_files} {if $unallowed_files}

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

{/if}
    {foreach $marks as $mark} {strip}
  • {/strip} {/foreach}
{else}

[`No permissions to mark this files`]

{/if}
{form_end}