{% extends "base.html" %} {% block page_name %}Attend {{ meeting }} - {{ summit.title }}{%endblock %} {% block sub_nav_links %}
  • Back to schedule
  • {% 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 meeting.drafter.name == meeting.approver.name %}

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

    {% else %}

    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.

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