{% extends "otree/BaseSite.html" %} {% load otree_tags floppyforms %} {% block title %} {{ session_type.name }} {% endblock %} {% block content %}

Create a new session

{% formrow form.num_participants %} {% next_button %} {% include 'otree/includes/SessionInfo.html' %} {% endblock %}