{% extends "base.html" %} {% block page_name %}Attend {{ meeting }} - {{ summit.title }}{%endblock %} {% block sub_nav %}{% endblock %} {% block extrahead %}{{ block.super }} {% endblock %} {% block closure %} {% endblock %} {% block content %}
{% if form.errors %}

Please correct the error{{ form.errors|pluralize }} below.

{% endif %}
{% csrf_token %}

Attend "{{ meeting.title }}"

{{ form.as_template }}

If you feel that your participation is required for this topic, please contact {{ meeting.drafter.name }} or {{ meeting.approver.name }}, otherwise, please select one of the options above.

{% if is_popup %}{% endif %}
{% endblock %}