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

Participant ID: {{ ppt_id }}


Participant information

Contact details

Birth information



{% if appointments %}
Participants
Click appointment IDs to see a appontment details
{{ appointments|safe }}
{% endif %} {% endblock %}