<%= t title_key %>

<% properties.each_with_index do |property, index| %>
<%= link_to property.contextual_show_path(rent_or_sale) do %> <%= opt_image_tag((property.ordered_photo 1), quality: "auto", height: 300, crop: "scale", class: "img-responsive") %> <% end %>

<%= link_to property.title, property.contextual_show_path(rent_or_sale) %>

<%= property.contextual_price_with_currency rent_or_sale %>

<% end %>