{% extends "base.html" %} {% block title %}{{ user.name }} - MyWhoosh Garmin Sync{% endblock %} {% block content %}
| 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 %}