{assign var="usedequipment" value=1}
{assign var="categorytype" value='usedequipment'}
{include file=templates/panels/includes/panel-catalog-categories-item.html"}
{if $enable_gift_cert == 'Yes'}
{/if}
{if $CatalogUsePriceRanges == "1" && $current_page == "catalog"}
{$msg.catalog.price_filter}
{if $CatalogPriceRange> 0}
[
{$msg.catalog.cancel_price_filter}]
{/if}
{foreach from=$catalog_price_ranges item="price_range" key="price_range_key"}
{if $price_range.min != "" && $price_range.max != ""}
{/if}
{/foreach}
{/if}