{* end page_bounds *}
{if $ads_settings.enable_auctions && $listing.auction.active}
{include file="auction-details.html"}
{/if}
{* price drop alert form *}
{if in_array("price_drop_alert",$modules_array)}
{include file="modules/price_drop_alert/add_alert.html"}
{/if}
{* end price drop alert form *}
{$lng.listings.see_all}
{/if}
{* if email is public show here *}
{foreach $special_user_fields.email as $email}
{capture name=pb assign=pb}pb_{$email.caption}{/capture}
{if (isset($listing.user[$email.caption]) && $listing.user[$email.caption]) && ( $email.public==1 || $listing.user[$pb]==1 )}