<% if trip.distance.present? %> <%= trip.distance_for_user(current_user).round %> <%= distance_unit %> <% else %> Calculating... <% end %>