{% extends "events/base-wide.html" %} {% load event_tags %} {% load styled_forms %} {% load base_filters %} {% load i18n %} {% block title %}{{ block.super }}Registration Pre {{ event.title }} {{ event.start_dt|date:"M j, Y" }}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}
{% event_nav user event %}

{% trans "Registration" %}

{{ event.start_dt|date:"M j, Y" }}
{{ event.start_dt|date:"P" }} - {{ event.end_dt|date:"P" }}
{% include "events/include/spots_status.html" %}
{% if not table_only %}
The event you have chosen allows individual and table/team registrations. Please choose one below to proceed.
{% endif %} {% if form.errors.values %}
{% endif %}
{% csrf_token %}
{% if not table_only %}
{{ form.is_table.errors }}
{{ form.is_table }}
{% if form.is_table.help_text %}
{{ form.is_table.help_text }}
{% endif %}
{% endif %}
{% if table_only %}
{% trans "Please select a price:" %}
{% endif %}
{{ form.pricing }}
{% if form.pricing.help_text %}
{{ form.pricing.help_text }}
{% endif %}
{% endblock %} {% block extra_body %} {{ block.super }} {% endblock %}