{{ form.scheduled_date }}
{% if form.scheduled_date.errors %}
{{ form.scheduled_date.errors.0 }}
{% endif %}
{{ form.scheduled_start_time }}
{% if form.scheduled_start_time.errors %}
{{ form.scheduled_start_time.errors.0 }}
{% endif %}
{{ form.estimated_duration }}
{% if form.estimated_duration.errors %}
{{ form.estimated_duration.errors.0 }}
{% endif %}
{{ form.assistant_surgeons }}
{% if form.assistant_surgeons.errors %}
{{ form.assistant_surgeons.errors.0 }}
{% endif %}
{{ form.anesthesiologist }}
{% if form.anesthesiologist.errors %}
{{ form.anesthesiologist.errors.0 }}
{% endif %}
{{ form.pre_operative_notes }}
{% if form.pre_operative_notes.errors %}
{{ form.pre_operative_notes.errors.0 }}
{% endif %}
{{ form.special_instructions }}
{% if form.special_instructions.errors %}
{{ form.special_instructions.errors.0 }}
{% endif %}
Cancel