<%= t title_key %>

<% properties.each_with_index do |property, index| %>
<%= link_to property.contextual_show_path(rent_or_sale) do %> <%= image_tag("#{property.ordered_photo_url 1}", class: 'img-responsive') %> <% end %>

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

<%= property.contextual_price_with_currency rent_or_sale %>

<% end %>