{% extends "base/dashboard.html" %} {% block stylesheets %} {% endblock %} {% block body %}

MTurk Dashboard

Last updated {{ data["last_updated"] }} {% if data["hit_info"] %} {% endif %}
{% if data %}

General

Account Balance: {{ data["account_balance"] }}
Requester Account
Qualification Types

Current HIT Information

{% if data["hit_info"] %} {% for key, value in data["hit_info"].items() %} {% endfor %}
{{ key }}{{ value }}

Preview of AD page running on Heroku

{% else %}
HIT data not available until first participant joins.
{% endif %} {% endif %} {% endblock %} {% block scripts %} {% endblock %}