{% extends "public/content.html" %} {% block headtitle %} {{ meeting.name }} {% endblock %} {% block left_content %}

Meeting Registration

{% endblock %} {% block title %}

{{ meeting.name }}

{{ meeting.description|safe }} {% if meeting.link_to_agenda %}

View the Agenda

{% elif meeting.link_to_agenda_file %}

View the Agenda

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

Personal Details

{% include "public/partials/form.html" with form=booking_form %}
{% endblock %}