MyWhoosh → Garmin Sync
{% if request.session.get('admin_authenticated') %}
Dashboard
System
{% endif %} {% if request.session.get('self_service_user_id') %}
My Account
{% endif %}
{% block content %}{% endblock %}