{% extends "base.html" %} {% block page_name %}Review Meeting - {{ summit.title }}{%endblock %} {% block sub_nav %}{% endblock %} {% block closure %} {% endblock %} {% block content %}
{% if form.errors %}

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

{% endif %}
{% csrf_token %}

Review Meeting

{{ form.as_template }}
{% if is_popup %}{% endif %}
{% endblock %}