{title}[[$listing.Address]], [[$listing.City]], [[$listing.State:raw]], [[$listing.type.caption:raw]]{/title}
{keywords}[[$listing.Address]], [[$listing.City]], [[$listing.State:raw]], [[$listing.type.caption:raw]]{/keywords}
{description}[[$listing.Address]], [[$listing.City]], [[$listing.State:raw]], [[$listing.type.caption:raw]]{/description}
|
[[$listing.Address]], [[$listing.City]], [[$listing.State]]
|
|
|
{include file="listing_images.tpl" listing=$listing}
|
| [[FormFieldCaptions!Listing ID]]: {$listing.id} |
{if $listing.type.id eq "HomesForSale"}
| [[FormFieldCaptions!Price]]: {$GLOBALS.custom_settings.listing_currency} [[$listing.Price]] |
{elseif $listing.type.id eq "HomesForRent"}
| [[FormFieldCaptions!Rent]]: {$GLOBALS.custom_settings.listing_currency} [[$listing.Rent]] |
{/if}
| [[FormFieldCaptions!Bedrooms]]: {$listing.Beds} |
| [[FormFieldCaptions!Bathrooms]]: {$listing.Baths} |
| [[FormFieldCaptions!Square Feet]]: [[$listing.SquareFeet]] |
| [[FormFieldCaptions!Year Build]]: {$listing.YearBuild} |
| [[FormFieldCaptions!Type]]: [[$listing.PropertyType]] |
| [[FormFieldCaptions!Garage]]: [[$listing.GarageSize]] |
| [[FormFieldCaptions!Lot Size]]: [[$listing.LotSize]] |
| [[FormFieldCaptions!Floors]]: [[$listing.NumberOfFloors]] |
{if $listing.Sold}| {include file="sold.tpl" small=true} | {/if}
{if $listing.Video.file_url}
| [[Watch a video]] |
{/if}
|
|
|
[[Property Features]]:
{strip}
{assign var=comma value=false}
{if $listing.Basement}[[$form_fields.Basement.caption]] {assign var=comma value=true}{/if}
{if $listing.CentralAir}{if $comma}, {/if} [[$form_fields.CentralAir.caption]] {assign var=comma value=true}{/if}
{if $listing.LaundryRoom}{if $comma}, {/if} [[$form_fields.LaundryRoom.caption]] {assign var=comma value=true}{/if}
{if $listing.FamilyRoom}{if $comma}, {/if} [[$form_fields.FamilyRoom.caption]]{/if}
{/strip}
|
|
|
[[Lot Features]]:
{strip}
{assign var=comma value=false}
{if $listing.GolfCourseLot}{if $comma}, {/if} [[$form_fields.GolfCourseLot.caption]] {assign var=comma value=true}{/if}
{if $listing.Waterfront}{if $comma}, {/if} [[$form_fields.Waterfront.caption]] {assign var=comma value=true}{/if}
{if $listing.OceanView}{if $comma}, {/if} [[$form_fields.OceanView.caption]]{/if}
{/strip}
|
|
|
[[Community Features]]:
{strip}
{assign var=comma value=false}
{if $listing.ExerciseArea}[[$form_fields.ExerciseArea.caption]]{assign var=comma value=true}{/if}
{if $listing.Golf}{if $comma}, {/if}[[$form_fields.Golf.caption]]{assign var=comma value=true}{/if}
{if $listing.Tennis}{if $comma}, {/if}[[$form_fields.Tennis.caption]]{assign var=comma value=true}{/if}
{/strip}
|
|
|
[[Seller Comments]]:
{$listing.Comments}
|
{if !empty($listing.Zip)}
[[Find Property on the map]]:
{include file="listing_details_googlemap.tpl" geoData=$listing.Zip_Data}
|
{/if}
{if $listing.type.id eq "HomesForRent"}
|
[[FormFieldCaptions!Availability Calendar]]:
{display property=AvailabilityCalendar}
|
{/if}