{% extends "otree/BaseAdmin.html" %} {% load otree_tags floppyforms %} {% block internal_scripts %} {{ block.super }} {% endblock %} {% block title %} oTree Sessions
{% endblock %} {% block content %} {{ block.super }} {% if object_list %}Code | Label | Type | {% for s in object_list %} | |
---|---|---|---|---|
{{ s.code }} | {{ s.label }} | {{ s.config.name }} |
Links
Edit
Monitor
Results
Payments
{% if s.is_for_mturk %}
{% if not s.mturk_HITId %}
MTurk
{% else %}
|
No sessions yet. Click the button to create a new session.
{% endif %} {% include "otree/includes/messages.html" %} {% endblock %}