{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Decide
{% endblock %}
{% block content %}
{% if failed_parking != ''%}
{{failed_parking}}
{% endif %}
{% formfield player.available_lots with label="Where will you park?" %}
{% next_button %}
{% include 'Parking_game/Instructions.html' %}
{% endblock %}