<% residence.collection.name %>
Starting At <% residence.price | currency : '$' : 0 %>
<% (residence.bed_low == residence.bed_high) ? residence.bed_high : (residence.bed_low + '-' + residence.bed_high) %> Bedrooms
<% (residence.sqft_low == residence.sqft_high) ? residence.sqft_high.toLocaleString() : (residence.sqft_low.toLocaleString() + '-' + residence.sqft_high.toLocaleString()) %> Square Feet
<% (residence.bath_low == residence.bath_high) ? residence.bath_high : (residence.bath_low + '-' + residence.bath_high) %> Baths
<% residence.floors %> Story