{literal} {/literal}
{include file="templates/pages/catalog/elements/element-navigation.html"} {foreach from=$products item="product"}
{include file="templates/pages/catalog/elements/element-product-image.html"}

{$product.title|htmlspecialchars}

Product Id : {$product.product_id|htmlspecialchars}
Manufacturer : {$product.manufacturer_name|truncate:21}
Model : {$product.model|truncate:21}
Year : {$product.year|truncate:21}
Size : {$product.size|truncate:21}
Condition : {$product.new_or_used|truncate:21}
Gallery :  {if $product.secondary_images_count}{$product.secondary_images_count}{else}0{/if} {if $product.secondary_images_count == 1}Image{else}Images{/if}    {if $product.videos_count}{$product.videos_count}{else}0{/if} {if $product.videos_count == 1}Video{else}Videos{/if}
{include file="templates/pages/catalog/elements/element-product-sale-price.html"}
{include file="templates/pages/catalog/elements/element-product-rent-it.html"}
{if !$product.out_of_stock && $product.call_for_price!="Yes" && $env != "email" && (($VisitorMayAddItem == "YES" && $VisitorSeePrice=="YES") || ($auth_ok == "yes" || $user_cookie))} {if $product.attributes_count> 0 || $product.enable_recurring_billing}
{else} {/if} {if $product.is_hide_addtocart=="No"} {button class="button-add-to-cart" text=$msg.buttons.buttonAddToCart file=$smarty.template} {/if}
{else} {/if}
{* *}
{if $product.is_certified_pre_owned == "Yes"}

PavementGroup’ Certified Pre-Owned equipment offers you peace of mind.

Qualifying equipment undergoes a rigorous 50+ point inspection. Machines are fully serviced and repaired, tested and retested. Our in-depth quality assurance process includes field testing the equipment under working conditions. When you receive it, be assured that it's ready to go to work. We back that up with a 90-day parts warranty.

{/if}
{/foreach} {include file="templates/pages/catalog/elements/element-page-breaks.html"}