{% extends "base.html" %} {% block title %}Dashboard · hevy2garmin{% endblock %} {% block head %} {% endblock %} {% block content %} {% if not garmin_connected %}
{% endif %} {% if garmin_cooldown and garmin_cooldown > 0 %}Cooling down for {{ garmin_cooldown_str }}. Leave it be. Retrying resets the timer. Sync resumes automatically once it clears.
Your Hevy workouts are not on Garmin yet. Click Sync Now below to start.
Uploads one workout at a time (~{{ ((pending * 8) / 60) | round(0) | int }} min for {{ pending }}). You can close this page and come back — it picks up where it left off.
{% endif %} {% if sync_log %}No uploads yet. Click Sync Now to start.
No sync runs yet.