{% if auto_sync.enabled %}
Auto-sync: every {{ auto_sync.interval_minutes }} min
{% if auto_sync.last_sync %}
Last sync: {{ auto_sync.last_sync }}
{% endif %} {% if auto_sync.next_sync %}
Next sync: {{ auto_sync.next_sync }}
{% endif %} {% else %}
Auto-sync is off. Enable it to sync automatically on a schedule.
{% endif %}