{% extends "global/Page.html" %} {% load otree %} {% block title %}

<script src="https://assets.crowd.aws/crowd-html-elements.js"></script>


<crowd-form>

  <div style="padding: 20px">

    <p>

      This HIT is an academic experiment on decision making from XYZ University....

      After completing this HIT, you will receive your reward plus a bonus payment....

    </p>


    <p>After

      you have accepted this HIT, the URL to the study will appear here: <b><a class="otree-link">link</a></b>.

    </p>

    <p>

      On the last page, you will be given a completion code.

      Please copy/paste that code below.

    </p>


    <crowd-input name="completion_code" label="Enter your completion code here" required></crowd-input>

    <br>

  </div>

</crowd-form>


{% next_button %} {% endblock %}