{% extends "base.html" %} {% block title %}Dashboard · hevy2garmin{% endblock %} {% block head %} {% endblock %} {% block content %} {% if not garmin_connected %}
{% endif %} {% if needs_actions_setup %}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.