{% extends "teacheradmin/base_teacheradmin.html" %} {% load i18n %} {% block extraheader %} {{ form.media }} {% endblock %} {% block nav-teacheradmin-info %}active{% endblock %} {% block section %}
{% csrf_token %} {{ form.non_field_errors }}

{{ form.status.errors }} {{ form.status.label_tag }} {{ form.status }} {% if form.status.help_text %}{{ form.status.help_text }}{% endif %}

{{ form.name.errors }} {{ form.name.label_tag }} {{ form.name }} {% if form.name.help_text %}{{ form.name.help_text }}{% endif %}

{{ form.promotion_media_content_type.errors }} {{ form.promotion_media_content_type.label_tag }} {{ form.promotion_media_content_type }} {% if form.promotion_media_content_type.help_text %}{{ form.promotion_media_content_type.help_text }}{% endif %}

{{ form.promotion_media_content_id.errors }} {{ form.promotion_media_content_id }} {% if form.promotion_media_content_id.help_text %}{{ form.promotion_media_content_id.help_text }}{% endif %}

{{ form.max_reservations_pending.errors }} {{ form.max_reservations_pending.label_tag }} {{ form.max_reservations_pending }} {% if form.max_reservations_pending.help_text %}{{ form.max_reservations_pending.help_text }}{% endif %}

{{ form.enrollment_method.errors }} {{ form.enrollment_method.label_tag }} {{ form.enrollment_method }} {% if form.enrollment_method.help_text %}{{ form.enrollment_method.help_text }}{% endif %}

{{ form.start_date.errors }} {{ form.start_date.label_tag }} {% if form.start_date.help_text %}{{ form.start_date.help_text }}{% endif %}

{{ form.end_date.errors }} {{ form.end_date.label_tag }} {% if form.end_date.help_text %}{{ form.end_date.help_text }}{% endif %}

{{ form.threshold.errors }} {{ form.threshold.label_tag }} {{ form.threshold }} {% if form.threshold.help_text %}{{ form.threshold.help_text }}{% endif %}

{{ form.max_reservations_total.errors }} {{ form.max_reservations_total.label_tag }} {{ form.max_reservations_total }} {% if form.max_reservations_total.help_text %}{{ form.max_reservations_total.help_text }}{% endif %}

{{ form.completion_badge.errors }} {{ form.completion_badge.label_tag }} {{ form.completion_badge }} {% if form.completion_badge.help_text %}{{ form.completion_badge.help_text }}{% endif %}

{{ form.description.errors }} {{ form.description.label_tag }} {{ form.description }} {% if form.description.help_text %}{{ form.description.help_text }}{% endif %}
{{ form.requirements.errors }} {{ form.requirements.label_tag }} {{ form.requirements }} {% if form.requirements.help_text %}{{ form.requirements.help_text }}{% endif %}
{{ form.intended_audience.errors }} {{ form.intended_audience.label_tag }} {{ form.intended_audience }} {% if form.intended_audience.help_text %}{{ form.intended_audience.help_text }}{% endif %}
{{ form.estimated_effort.errors }} {{ form.estimated_effort.label_tag }} {{ form.estimated_effort }} {% if form.estimated_effort.help_text %}{{ form.estimated_effort.help_text }}{% endif %}
{{ form.learning_goals.errors }} {{ form.learning_goals.label_tag }} {{ form.learning_goals }} {% if form.learning_goals.help_text %}{{ form.learning_goals.help_text }}{% endif %}
{{ static_page_form.errors }} {{ static_page_form.title.label_tag }} {{ static_page_form.title }} {{ static_page_form.body.label_tag }} {{ static_page_form.body }} {% if static_page_form.help_text %}{{ static_page_form.help_text }}{% endif %}

{{ form.certification_available.errors }} {% if form.certification_available.help_text %}{{ form.certification_available.help_text }}{% endif %}

{{ form.certification_banner.errors }} {{ form.certification_banner.label_tag }} {{ form.certification_banner }} {% if form.certification_banner.help_text %}{{ form.certification_banner.help_text }}{% endif %}

{{ form.certification_alt.errors }} {{ form.certification_alt.label_tag }} {{ form.certification_alt }} {% if form.certification_alt.help_text %}{{ form.certification_alt.help_text }}{% endif %}

{{ form.thumbnail.errors }} {{ form.thumbnail.label_tag }} {{ form.thumbnail }} {% if form.thumbnail.help_text %}{{ form.thumbnail.help_text }}{% endif %}

{{ form.thumbnail_alt.errors }} {{ form.thumbnail_alt.label_tag }} {{ form.thumbnail_alt }} {% if form.thumbnail_alt.help_text %}{{ form.thumbnail_alt.help_text }}{% endif %}

{% endblock %}