Routines
Create Garmin planned workouts from your Hevy routines.
{{ stats.synced }}
On Garmin
{{ stats.pending }}
Pending
{% if not fetch_error %}
{% if routines %}
{% for r in routines %}
{% include "routine_row.html" %}
{% endfor %}
No routines match this filter.
{% else %}
No routines found in your Hevy account.
{% endif %}
{% else %}
Could not load routines: {{ fetch_error }}
{% endif %}
{% include "routine_schedules.html" %}
{% endblock %}