{% extends "base.html" %} {% block title %}{{ user.name }} - MyWhoosh Garmin Sync{% endblock %} {% block content %}

{{ user.name }}

Edit | Back to dashboard

Enabled
{{ "Yes" if user.enabled else "No" }}
Health state
{{ user.health_state.value }}
MyWhoosh state
{{ user.mywhoosh_state }}
Garmin state
{{ user.garmin_state }}
Action reason
{{ user.action_reason or "-" }}
Created at
{{ user.created_at }}
Updated at
{{ user.updated_at }}
{% if user.action_reason == "garmin_mfa_required" %}

Garmin MFA required

{% include "fragments/mfa_form.html" %} {% endif %}

Activities

{% endblock %}