<% if @property.images && @property.images.count > 0 %>
<% end %>
<% if !@property.public_remarks.blank? %>
<% end %>
Photo Gallery
<% first_image = @property.images.first %>
<% m = Caboose::Media.where(:id => first_image.media_id).first if first_image && !first_image.media_id.blank? %>
<%= render :partial => "caboose/blocks/grantdickey/image_gallery", :locals => {:property => @property} %>
Property Details
<%= @property.public_remarks %>
Single Family Home
-
<% if !@property.sqft_total.blank? %>
- Total Sq. Ft.: <%=h @property.sqft_total %> <% end %> <% if !@property.price_sqft.blank? %>
- Price/Sq. Ft.: <%=h number_to_currency @property.price_sqft %> <% end %> <% if !@property.beds_total.blank? %>
- Bedrooms: <%= @property.beds_total %> <% end %> <% if !@property.baths_full.blank? %>
- Baths: <%= @property.baths_full %> full <% if @property.baths_half != "" && @property.baths_half != "0" %> & <%= @property.baths_half %> half baths<% end %> <% end %> <% if !@property.acreage.blank? %>
- Acreage: <%= @property.acreage %> <% end %>
Features
-
<% if !@property.interior_features.blank? %>
- Interior: <%= @property.interior_features %> <% end %> <% if !@property.cooling.blank? %>
- Cooling: <%= @property.cooling %> <% end %> <% if !@property.heating.blank? %>
- Heating: <%= @property.heating %> <% end %> <% if !@property.year_built.blank? %>
- Year Built: <%= @property.year_built %> <% end %>