{if isset($crt_usr) && $crt_usr!=$listing.user_id}
{* ------------------------ place bid ------------------------ *}
{else}
{* ------------------------ view bids ------------------------ *}
{if !$listing.auction.no_bids}
{$lng.useraccount.no_bids_for_auction}
{/if}
{if isset($listing.bids)}
{foreach from=$listing.bids item=v name=bloop}
{$v.bid} {$lng.useraccount.placed_on}: {$v.date_nice} {$lng.general.by} {$v.contact} {$lng.general.contact}
{$v.message}
{/foreach}
{/if}
{/if}
{literal}
{/literal}