{% extends "base.html" %} {% block title %}My Account - MyWhoosh Garmin Sync{% endblock %} {% block content %}
MyWhoosh reports this account is already logged in on another device. Log out of MyWhoosh there (app or website), then retry the sync.
| Started | Finished | Status | Discovered | Imported | Skipped | Failed |
|---|---|---|---|---|---|---|
| {{ run.started_at }} | {{ run.finished_at or "-" }} | {{ run.status.value }} | {{ run.discovered_count }} | {{ run.imported_count }} | {{ run.skipped_count }} | {{ run.failed_count }} |
| {{ run.summary_error }} | ||||||
No sync runs yet.
{% endif %}