{% extends "otree/BaseBuiltIn.html" %} {% load otree_tags floppyforms %} {% block head_content %} {{ block.super }} {% endblock %} {% block title %} oTree Sessions Create new session {% if archive_list_view %} [ Archive ] {% endif %} {% endblock %} {% block content %} {{ block.super }} {% include 'otree/TopMenu.html' %}
{% if object_list %}| Code | Label | Type | {% for s in object_list %} | |
|---|---|---|---|---|
| {{ s.code }} | {{ s.label }} | {{ s.session_type.name }} | Links
            
            
                 Edit
            
            
                 Monitor
            
            
                 Results
            
            
                 Payments
            
            {% if s != default_session %}
            
                 Default
            
            {% else %}
            
                 Default
            
            {% endif %}
            {% if not s.mturk_HITId %}
            
                 MTurk   
            
            {% else %} | 
No sessions available.
{% endif %} {% if has_archived_sessions and not archive_list_view %}You have sessions in archive.
{% endif %} {% include "otree/messages.html" %} {% endblock %}