{* +--------------------------------------------------------------------+ | CiviCRM version 4.1 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2011 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | | License and the CiviCRM Licensing Exception along | | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {if $manageItemURL}» {ts}Manage Items{/ts}

{/if} {include file="CRM/Auction/Form/SearchItem.tpl"} {if $rows}
{strip} {include file="CRM/common/pager.tpl" location="top"} {include file="CRM/common/pagerAToZ.tpl} {foreach from=$rows item=row} {/foreach}
{ts}Item{/ts} {ts}Max Bid{/ts} {ts}Buy Now Price{/ts} {ts}Retail Value{/ts} {ts}Bidding Ends On{/ts}
{$row.title} {$row.max_bid|crmMoney} {if $row.buy_now_value}{$row.buy_now_value|crmMoney}  » buy now{/if} {$row.retail_value|crmMoney} {$row.bid_end_date|crmDate}
{include file="CRM/common/pager.tpl" location="bottom"} {/strip}
{else} {if $isSearch eq 1}
{capture assign=browseURL}{crmURL p='civicrm/auction/manage' q="reset=1"}{/capture}
{ts}No available Auctions match your search criteria. Suggestions:{/ts}
  • {ts}Check your spelling.{/ts}
  • {ts}Try a different spelling or use fewer letters.{/ts}
  • {ts}Make sure you have enough privileges in the access control system.{/ts}
{ts 1=$browseURL}Or you can browse all available Current Auctions.{/ts}
{else}
{ts 1=$newAuctionURL}There are no auctions created yet. You can add one.{/ts}
{/if} {/if}