{% extends "global/Page.html" %} {% load otree static %} {% block title %} You have finished this session!
{% endblock %} {% block content %} {{ if player.participant.rand_outcome == "No_BDM" }}

Make sure to bring your university ID and Sona ID number to the second {{player.participant.sample_meal_time}} session at 12:30pm at Location on {{player.participant.sample_meal_day}} the {{player.participant.sample_meal_date}}.

Also, make sure to bring your university ID and Sona ID numberto the third {{player.participant.next_meal_time}} session at 12:30pm at Copland Courtyard on {{player.participant.next_meal_day}} the {{player.participant.next_meal_date}}.

We will send a reminder closer to these dates

{{ endif }} {{ if player.participant.rand_outcome == "Yes_BDM" }} Make sure to bring your university ID and Sona ID numberto the third {{player.participant.next_meal_time}} session at 12:30pm at Copland Courtyard on {{player.participant.next_meal_day}} the {{player.participant.next_meal_date}}.

We will send a reminder closer to this dates

{{ endif }} {% next_button %} {% endblock %}