{% extends "global/Page.html" %} {% load otree static %} {% block head_title %} Task 1 {% endblock %} {% block title %} {% endblock %} {% block styles %} {% endblock %} {% block content %} Outcome of the lottery based on Part 2 task performance
Now the computer will determine whether you have won the lottery based on the task outcome you have just been informed.


{{ if player.lottery_outcome == 1 }} Based on the outcome randomly generated by the computer, you have won the lottery. {{ else }} Based on the outcome randomly generated by the computer, you have lost the lottery. {{ endif }}

{#
#} {% next_button %} {#
#} {% endblock %}