<% page_title @current_agency.company_name %>
<%= render '/pwb/welcome/content_area_cols' %> <% if @properties_for_sale.length > 0 %> <%= render :partial => '/pwb/welcome/single_property_row', :locals => { properties: @properties_for_sale, rent_or_sale: 'for_sale', title_key: 'propertyForSale' } %> <% end %> <% if @properties_for_rent.length > 0 %> <%= render :partial => '/pwb/welcome/single_property_row', :locals => { properties: @properties_for_rent, rent_or_sale: 'for_rent', title_key: 'propertyForRent' } %> <% end %> <%# if @about_us %> <%#= render '/pwb/welcome/about_us' %> <%# end %>