{load_language_text section="gm_ebay"} {load_language_text section="buttons" name="button"}
{if $GM_EBAY_AUCTIONS}
{foreach name=outer item=auctions from=$GM_EBAY_AUCTIONS}
{if $auctions.image} {$auctions.image} {/if}

{$auctions.title}

{$txt.text_ebay_auction_end}
{$auctions.end_time}
{if $auctions.bids} {$auctions.bids} {if $auctions.bids == 1} {$txt.text_ebay_bid} {else} {$txt.text_ebay_bids} {/if}
{/if} {if $auctions.bids}{$txt.text_ebay_from} {else}{/if}
{$auctions.price}

{$button.show}
{/foreach}
{$GM_EBAY_NAVIGATION} {else} {#gm_ebay_empty#} {/if}