[[Manage Listing]]
{if $errors == null}
[[Preview Listing]]
[[Edit Listing]]
{if !$listing.active && $listing.package.price != 0}
[[Pay For Listing]]
{/if}
{else}
{foreach from=$errors key=error item=error_message}
{if $error == 'PARAMETERS_MISSED'}
[[The key parameters are not specified]]
{elseif $error == 'WRONG_PARAMETERS_SPECIFIED'}
[[Wrong parameters are specified]]
{elseif $error == 'NOT_OWNER'}
[[You are not owner of this listing]]
{/if}
{/foreach}
{/if}