{% extends "teacheradmin/base_teacheradmin.html" %} {% load i18n %} {% block extraheader %} {{ form.media }} {% endblock %} {% block nav-teacheradmin-info %}active{% endblock %} {% block section %}
{{ 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 }} {% trans "Content id or url" %} {{ 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.certification_available.errors }} {{ form.certification_available }} {% trans "Certification available" %} {% 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 %}