Distance
<%= trip.distance %> <%= distance_unit %>
Duration
<%= trip_duration(trip) %>
Countries
<% if trip.countries.any? %> <%= trip.countries.join(', ') %> <% elsif trip.visited_countries.present? %> <%= trip.visited_countries.join(', ') %> <% else %> Countries are being calculated... <% end %>