{{ r.title }}
{% if r.missing %}Removed on Garmin{% elif r.synced %}βœ“ Synced{% else %}Not synced{% endif %} {% if r.synced and r.needs_update and not r.missing %}Updated on Hevy{% endif %} {% if r.scheduled_date %}πŸ“… {{ r.scheduled_date }}{% endif %}
{% if r.synced %}{% endif %}
{% if r.synced and not r.missing %} {% elif r.missing %} {% else %} {% endif %}
{% if r.exercises %}
{% for ex in r.exercises %} {{ ex.name }}{% if ex.sets %}{{ ex.sets }}Γ—{% endif %} {% endfor %}
{% endif %} {% if r.synced and not r.missing %}
Scheduling…
{% endif %}