{{ extends 'global/Page.html' }}
{{ block title }}Part 2.3{{ endblock }}
{{ block content }}
{{ if player.firefox }}
{{ include C.MOZSTYLE_TEMPLATE }}
{{ else }}
{{ include C.WEBKITSTYLE_TEMPLATE }}
{{ endif }}
{{ include C.SLIDERSTYLE_TEMPLATE }}
{% formfield_errors 'one' %}
{% formfield_errors 'onethree' %}
{% formfield_errors 'oneseven' %}
{% formfield_errors 'two' %}
{% formfield_errors 'twothree' %}
{% formfield_errors 'twoseven' %}
{% formfield_errors 'three' %}
{% formfield_errors 'threethree' %}
{% formfield_errors 'threeseven' %}
{% formfield_errors 'four' %}
{% formfield_errors 'fourthree' %}
{% formfield_errors 'fourseven' %}
{% formfield_errors 'five' %}
{% formfield_errors 'Sum' %}
{% formfield_errors 'rest' %}
{{formfield 'Confirmation'}}
{{ next_button }}
{{ endblock }}
{{ block scripts }}
{{ endblock }}