{% 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 %}

Attend "{{ meeting }}"

{{ form.as_template }}

Check 'Required' if your participation in this topic is essential. This will cause the meeting scheduler to try to ensure that you are able to attend this meeting. If your participation is not required, just click Save.

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