{% extends "otree/BaseAdmin.html" %} {% load staticfiles %} {% block title %} List of mTurk HITs {% endblock %} {% block content %} {% if balance %}
HIT Id | Title | Status | Expire at | |
---|---|---|---|---|
{{hit.HITId|truncatechars:10}} | {{hit.Title|truncatechars:50}} | {{hit.HITStatus}} | {{hit.Expiration}} | {% include 'otree_export_utils/includes/hit-btn-group.html' with cur_hit=hit %} |