{% extends "base.html" %} {% block title %}IoT Transparency{% endblock %} {% block content %}

IoT Transparency

{% include "setup/partials/ha_reminders.html" with context %} {% if not study_complete %}

You are enrolled in the study with participant ID {{ user_id }}.

Before your interview, please return to the IoT Transparency add-on at least once and review the information available. We will email you before your interview with a reminder and videoconferencing link.

Please contact us at iot-transparency@andrew.cmu.edu if you need help troubleshooting any issues, or need to cancel or reschedule your interview.

{% else %}

You have completed the IoT Transparency study.

IoT Transparency is enabled with local functionality only, and will not send any data to the researchers.

{% endif %} {% endblock %}