MyWhoosh → Garmin Sync
{% if request.session.get('admin_authenticated') %}
Dashboard
System
{% endif %} {% if request.session.get('self_service_user_id') %}
My Account
{% endif %}
{% set next_tick = next_sync_tick(request) %} {% if next_tick %}
Next sync:
{{ next_tick.strftime('%Y-%m-%d %H:%M UTC') }}
{% endif %}
{% block content %}{% endblock %}