{section name=loop start=0 loop=$no_video step=1}
{capture name=some_content assign=details_url}{if $seo_settings.enable_mod_rewrite}{seo->makeDetailsLink p1=$video[loop].id p2=$video[loop].title p3='' p4=$video[loop].category_id p5=$video[loop].slug}{else}{$live_site}/details.php?id={$video[loop].id}{/if}{/capture}
![{if $video[loop].image_id}{$video[loop].title|strip_tags:false|substr:0:100}{/if}]({$live_site}/{$video[loop].medImage})
{if $video[loop].sold}
{$lng.listings.sold}
{/if}
{if $video[loop].rented}
{$lng.listings.rented}
{/if}
{if in_array("acategories", $modules_array) && in_array($video[loop].category_id, $ac_settings.array_categories_list)}
{$lng.general.click_to_view}
{/if}
{$video[loop].location_str}
{if $ads_settings.enable_price}
{if in_array("price_extra",$modules_array) && isset($pe_settings[$video[loop].fieldset])}
{include file="modules/price_extra/gallery_listing.html" pe_listing=$video[loop]}
{else}
{if $video[loop].price>=0}
{$video[loop].price_curr}
{/if}
{/if}
{/if} {* end if enable price *}
{if !in_array($video[loop].id, $fav_array)}
{else}
{/if}
{/section}
{if $no_video}