• <% if property.highlighted %>
    <%= t "property.highlightedProperty" %>
    <% end %>
    <%= link_to property.contextual_show_path( @operation_type ) do %> <% end %>

    <%= link_to property.contextual_show_path( @operation_type ) do %> <%= property.title %> <% end %>

    <%= property.reference %>
    • <%= property.contextual_price_with_currency @operation_type %>
    <% if property.highlighted && (property.contextual_price_with_currency @operation_type) %>
    <%= property.contextual_price_with_currency @operation_type %>
    <% end %>