{% load cms_tags i18n extra_tags %}
{% page_placeholder "course_teaser" page or %}
{% trans 'Add a video or teaser.' %}
{% endpage_placeholder %}
{% if page.publisher_is_draft or not page|is_empty_placeholder:"course_description" %}

{% trans 'About the course...' %}

{% with header_level=3 %} {% page_placeholder "course_description" page or %}

{% trans 'Enter here a short description of your course.' %}

{% endpage_placeholder %} {% endwith %}
{% endif %} {% if page.publisher_is_draft or not page|is_empty_placeholder:"course_format" %}

{% trans 'Format' %}

{% page_placeholder "course_format" page or %}

{% trans 'How is the course structured?' %}

{% endpage_placeholder %}
{% endif %} {% if page.publisher_is_draft or not page|is_empty_placeholder:"course_prerequisites" %}

{% trans 'Prerequisites' %}

{% page_placeholder "course_prerequisites" page or %}

{% trans 'What are the prerequisites to follow this course?' %}

{% endpage_placeholder %}
{% endif %} {% if page.publisher_is_draft or not page|is_empty_placeholder:"course_plan" %}

{% trans 'Course plan' %}

{% page_placeholder "course_plan" page or %}

{% trans 'Enter here the detailed course plan.' %}

{% endpage_placeholder %}
{% endif %} {% if page.publisher_is_draft or not page|is_empty_placeholder:"course_information" %}
{% page_placeholder "course_information" page %}
{% endif %} {% if page.publisher_is_draft or not page|is_empty_placeholder:"course_team" %}

{% trans 'Course team' %}

{% with header_level=3 %} {% page_placeholder "course_team" page or %}

{% trans 'Who are the teachers in the course team?' %}

{% endpage_placeholder %} {% endwith %}
{% endif %} {% if page.publisher_is_draft or not page|is_empty_placeholder:"course_organizations" %}
{% page_placeholder "course_organizations" page or %}

{% trans "What are the organizations publishing this course?" %}

{% endpage_placeholder %}
{% endif %} {% if page.publisher_is_draft or not page|is_empty_placeholder:"course_assessment" %}

{% trans 'Assessment and certification' %}

{% page_placeholder "course_assessment" page or %}

{% trans "How is progress evaluated and/or certified?" %}

{% endpage_placeholder %}
{% endif %}

{% trans 'License' %}

{% trans 'License for the course content' %}

{% with header_level=4 %} {% page_placeholder "course_license_content" page or %}

{% trans 'What is the license for the course content?' %}

{% endpage_placeholder %} {% endwith %}

{% trans 'License for the content created by course participants' %}

{% with header_level=4 %} {% page_placeholder "course_license_participation" page or %}

{% trans 'What is the license for the content created by course participants?' %}

{% endpage_placeholder %} {% endwith %}