{{ profile.first_name }} {{ profile.last_name }}'s Dashboard
You have traveled
{{ total_distance_traveled|round|int }}
miles in
{{ total_rides }}
Uber rides across
{{ total_cities }}
cities.
{% for location in locations %}
{{ location }} ({{ locations[location] }}x)
{% endfor %}