{% load cms_tags i18n extra_tags %}
{% page_placeholder "course_teaser" page or %}

{% trans 'Add a video or teaser.' %}

{% endpage_placeholder %}

{% trans 'About the course' %}

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

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

{% endpage_placeholder %} {% endwith %}

{% trans 'Format' %}

{% page_placeholder "course_format" page or %}

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

{% endpage_placeholder %}

{% trans 'Prerequisites' %}

{% page_placeholder "course_prerequisites" page or %}

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

{% endpage_placeholder %}

{% trans 'Course plan' %}

{% page_placeholder "course_plan" page or %}

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

{% endpage_placeholder %}
{% page_placeholder "course_information" page as course_information %} {% if course_information or page.publisher_is_draft %}
{{ course_information }}
{% endif %}

{% 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 %}
{% page_placeholder "course_organizations" page or %}

{% trans "No associated organizations" %}

{% endpage_placeholder %}

{% 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 %}