{% extends "public/content.html" %} {% load coreextras %} {% block headscript %} {% endblock %} {% block headtitle %} Book Tickets | {{ meeting }} {% endblock %} {% block left_content %}

Meeting Registration

{% endblock %} {% block title %}

{{ meeting.name }}

{% if meeting.link_to_agenda %}

View the Agenda

{% elif meeting.link_to_agenda_file %}

View the Agenda

{% endif %} {% endblock %} {% block content %}
{% csrf_token %}

Step 3 - Registration Fee

Please confirm the registration fee you wish to book.

{% for type in types %} {% if type.text %} {% endif %} {% endfor %} {% include "public/partials/form.html" with form=type_form %} {% if meeting_days %}

Register for Specific Day of the Meeting Only

{% for meeting_day in meeting_days %}
{% endfor %}
{% endif %} {% if social_events or social_events_days %}

Social Events

Please indicate any social events you wish to attend.

{% for social_event in social_events %} {% endfor %} {% if social_events_days %} {% endif %} {% endif %}
{% endblock %}