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

Studies

Showing all appointments in database.


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