{% extends "otree/admin/Session.html" %} {% load otree_tags floppyforms %} {% block head_content %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }} {% if not session.mturk_HITId %} {% form form using "floppyforms/layouts/bootstrap.html" %} {% else %}

You have published HIT for this session on MTurk {% if session.mturk_sandbox %} Sandbox {% endif %} .

To look at the HIT as requester follow this link.
To look at the HIT as a worker follow this link.

{% endif %} {% include "otree/messages.html" %} {% endblock %}