{config_load file="$path_language/$access.html" section="request_form"}
{$title}
{#lbl_city#}: {#lbl_district#}: {#lbl_type#}:  
{$city}
{$type}

{if ($rows)}
{foreach name=row from=$rows item=row key=i} {/foreach}
{$row.type}
{#lbl_city#}
: {$row.city}
{#lbl_district#} : {$row.district}
{#lbl_price#} : {$row.price}
{#lbl_description#}
: {$row.description}
{#lbl_more_detail#}

{$leafs_counter} {$page_links}
{else}

{#lbl_updating#}

{/if}