{% extends "layout.html" %} {% block stylesheets %} {% endblock %} {% block body %}
{{ recruiter }}

You're finished!


{% if participant_exit_info %}

Below is information you may need to receive compensation for your participation.

{% for key, value in participant_exit_info %} {% endfor %}
{{ key }}{{ value }}
{% endif %}
{% endblock %}