{{ routine.name }}
Log one exercise at a time while you work through the session. Save each movement as you finish it, then close out the workout when you're done.
{% if routine.notes %}{{ routine.notes }}
{% endif %}Log one exercise at a time while you work through the session. Save each movement as you finish it, then close out the workout when you're done.
{% if routine.notes %}{{ routine.notes }}
{% endif %}{{ exercise.target_sets }} sets{% if exercise.target_reps %} · target reps {{ exercise.target_reps }}{% endif %}
Started at {{ active_session.performed_at }} · Logged exercises so far: {{ logged_exercises|length }}
{% if logged_exercises %}{{ exercise.notes }}
{% endif %}No exercises saved yet.
{% endif %}Each card saves one exercise at a time, so you can log mid-workout without rewriting the whole session.
{% for exercise in remaining_exercises %}Everything in this routine is logged. Finish the workout to move it into history.
{% endif %}