{% extends "base.html" %} {% block content %} Edge 1030 structured workout bridge Dashboard Sync now Dry run 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 Check today Check tomorrow Dry-run today Search workouts Edit schedule Clone State Date Source Clone Status Updated {% for clone in status.clones %} {{ clone.scheduled_date }} {{ clone.source_name or "-" }} {{ clone.clone_workout_name or "-" }} {{ clone.status }} {{ clone.updated_at }} {% else %} No generated clones recorded yet. {% endfor %} {% endblock %}
Edge 1030 structured workout bridge