{% 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 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 %}