{% extends "global/Page.html" %} {% load otree static %} {% block title %} Seat Selection {% endblock %} {% block content %}
Cabin Map
Seat Map


Seat A Seat B
Seat {{ player.row_16a }}{{ player.col_16a }} {{ player.row_16b }}{{ player.col_16b }}
Seat Class Premium Economy
Seat Location Aisle Window
Legroom
{{ player.legroom_16a }} in. better
than average

{{ player.legroom_16b }} in. better
than average
Flight Time {{ player.distance_16 }} hours
Time of Day {{ player.time_16 }}
Base Ticket Price {{ player.price_16 }}
Additional Price +{{ player.price_16a }} +{{ player.price_16b }}

{% formfield player.choice_16 label="Please Select Your Preferred Seat" %}
{% next_button %}
{% endblock %}