[[Manage Listing Pictures]]

{foreach from=$field_errors item=error key=field_caption} {if $error eq 'FILE_NOT_SPECIFIED'}

'{$field_caption}' [[file not specified]]

{elseif $error eq 'NOT_SUPPORTED_IMAGE_FORMAT'}

'{$field_caption}' [[not supported image format]]

{elseif $error eq 'PICTURES_LIMIT_EXCEEDED'}

'{$field_caption}' [[limit exceeded]]

{/if} {/foreach} {if $errors != ''} {foreach from=$errors item=error_message key=error} {if $error eq 'WRONG_PARAMETERS_SPECIFIED'}

[[Wrong parameters are specified]]

{elseif $error eq 'PARAMETERS_MISSED'}

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

{elseif $error eq 'NOT_OWNER'}

[[You are not owner of this listing]]

{/if} {/foreach} {else}

[[Go to Manage Listing]]

{if $listing.number_of_picture < $listing.package.number_of_picture_allowed}

[[Add Picture]]

{section name=files start=1 loop=$listings_count_to_download} {/section}
[[Picture]] {$smarty.section.files.index} [[Caption]]
{else} [[You've got a limit of the allowed number of picture]] {/if}
{foreach from=$pictures item=picture name=pictures_block} {/foreach}
[[Thumbnail]] [[Caption]] [[Actions]]
{$picture.caption} {if $smarty.foreach.pictures_block.iteration < $smarty.foreach.pictures_block.total} {/if} {if $smarty.foreach.pictures_block.iteration > 1} {/if}
{/if}