{foreach from=$errors item=message key=error} {if $error eq 'PARAMETERS_MISSED'}

[[The system cannot proceed as some key parameters are missed]]

{elseif $error eq 'WRONG_PARAMETERS_SPECIFIED'}

[[Wrong parameters specified]]

{elseif $error eq 'NOT_OWNER'}

[[You are not owner of this listing]]

{/if} {foreachelse}

[[File deleted successfully]]

[[Back to edit listing]] {/foreach}