{% extends "base.html" %} {% block content %}

Edge 1030 structured workout bridge

Dashboard

Garmin {{ "Configured" if garmin_configured else "Needs setup" }}
Last run {{ status.last_run.status if status.last_run else "Never" }}
Next check {{ next_run.strftime("%Y-%m-%d %H:%M") if next_run else "Disabled" }}
Window {{ schedule.active_window }}

Manual Checks

Search workouts Edit schedule

Clone State

{% for clone in status.clones %} {% else %} {% endfor %}
Date Source Clone Status Updated
{{ clone.scheduled_date }} {{ clone.source_name or "-" }} {{ clone.clone_workout_name or "-" }} {{ clone.status }} {{ clone.updated_at }}
No generated clones recorded yet.
{% endblock %}