{{ form.season_start_month }}
{{ form.season_start_year }}
{{ form.season_end_month }}
{{ form.season_end_year }}
{{ form.current_user_name }}
{% if form.current_user_name.errors %}
{{ form.current_user_name.errors }}
{% endif %}
{{ form.current_user_phone }}
{% if form.current_user_phone.errors %}
{{ form.current_user_phone.errors }}
{% endif %}
{{ form.is_occupied }}