{% extends "base.html" %} {% block content %}

Wearable Data

Patient's wearable device data can be uploaded below. This information will be used for both current and future analysis, helping us gain a deeper understanding of the patient's condition and generate more meaningful insights.

{% if error %}{{ error }}{% endif %}
{% if wearable_data %}

{{ wearable_data | length }} observation {% if wearable_data | length != 1 %}s{% endif %} loaded

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}