{% if success %}

Strava Account Connected Successfully!

{% if athlete %}
Athlete Profile Picture

{{ athlete.firstname }} {{ athlete.lastname }}

{{ athlete.city }}, {{ athlete.country }}

{% endif %}

You can now close this window and return to the app.

{% else %}

Failed to Connect Strava Account

Error: {{ error }}

Please try connecting again.

{% endif %}