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

Studies  

Select a study to see details.


Study
{% if selected_study %}
Appointments
Appointments: {{ data_dict["appointment_study"][selected_study] }}
Click IDs to see a participant's profile
{{ data["table"]|safe }}
{% endif %} {% endblock %}