{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Stage 1 (of 2): Reviewing Historical Surgery Durations
{% endblock %}
{% block content %}
To get a better understanding of how the surgery characteristics affect surgery durations, please click through and review the information about 30 historical surgeries.
Surgery {{ round_number }} (of 30)
1. Number of procedures:
2. Your assessment of anasthesia complexity (-5 = least complex, 5 = most complex):
This surgery duration was minutes.
Please press "Next" to continue.
{% next_button %}
{% endblock %}