{% extends "richie/fullwidth.html" %} {% load cms_tags i18n extra_tags menu_tags %} {% block head_title %}{% spaceless %} {% page_attribute "page_title" as course_run_title %} {% page_attribute "page_title" current_page.parent_page as course_title %} {{ course_run_title|capfirst }} - {{ course_title|capfirst }} {% endspaceless %}{% endblock head_title %} {# Make sure the course run pages are not indexed by search engines #} {% block meta_index_rules %}{% endblock meta_index_rules %} {% block meta_opengraph_contextuals %} {% page_attribute "page_title" as course_run_title %} {% page_attribute "page_title" current_page.parent_page as course_title %} {% endblock meta_opengraph_contextuals %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block content %}{% spaceless %}
{% with course_run=current_page.courserun header_level=2 %}

{% if request.current_page.parent_page.parent_page.course %} {{ current_page.parent_page.parent_page.get_title }} {% else %} {{ current_page.parent_page.get_title }} {% endif %}
{% render_model request.current_page "title" %}

{% with variant="tag" %} {% show_placeholder "course_categories" current_page.parent_page %} {% endwith %}

{% trans 'Details' %}

{% trans "Enrollment starts" %}
{% render_model course_run "enrollment_start" "enrollment_start,enrollment_end" "" "date:'DATE_FORMAT'|default:'...'" %}
{% trans "Enrollment ends" %}
{% render_model course_run "enrollment_end" "enrollment_start,enrollment_end" "" "date:'DATE_FORMAT'|default:'...'" %}
{% trans "Course starts" %}
{% render_model course_run "start" "start,end" "" "date:'DATE_FORMAT'|default:'...'" %}
{% trans "Course ends" %}
{% render_model course_run "end" "start,end" "" "date:'DATE_FORMAT'|default:'...'" %}
{% trans "Languages" %}
{% render_model course_run "get_languages_display" "languages" %}
{% if course_run.state.call_to_action %} {{ course_run.state.call_to_action|capfirst }} {% else %} {% endif %}
{% if current_page.publisher_is_draft %}
{% trans "Resource link" %}
{% render_model course_run "resource_link" "resource_link" "" "default:'...'" %}
{% endif %}
{% block teaser %} {% endblock teaser %} {% block description %} {% if not current_page.parent_page|is_empty_placeholder:"course_description" %}

{% trans 'About the course' %}

{% with header_level=3 %} {% show_placeholder "course_description" current_page.parent_page %} {% endwith %}
{% endif %} {% endblock description %} {% block skills %} {% if not current_page.parent_page|is_empty_placeholder:"course_skills" %}

{% trans "What you will learn" %}

{% trans "At the end of this course, you will be able to:" %}

{% show_placeholder "course_skills" current_page.parent_page %}
{% endif %} {% endblock skills %} {% block format %} {% if not current_page.parent_page|is_empty_placeholder:"course_format" %}

{% trans 'Format' %}

{% show_placeholder "course_format" current_page.parent_page %}
{% endif %} {% endblock format %} {% block prerequisites %} {% if not current_page.parent_page|is_empty_placeholder:"course_prerequisites" %}

{% trans 'Prerequisites' %}

{% show_placeholder "course_prerequisites" current_page.parent_page %}
{% endif %} {% endblock prerequisites %} {% block plan %} {% if not current_page.parent_page|is_empty_placeholder:"course_plan" %}

{% trans 'Course plan' %}

{% show_placeholder "course_plan" current_page.parent_page %}
{% endif %} {% endblock plan %} {% block assessment %} {% if not current_page.parent_page|is_empty_placeholder:"course_assessment" %}

{% trans 'Assessment and certification' %}

{% show_placeholder "course_assessment" current_page.parent_page %}
{% endif %} {% endblock assessment %} {% block organizations %} {% if not current_page.parent_page|is_empty_placeholder:"course_organizations" %}

{% trans 'Organizations' %}

{% show_placeholder "course_organizations" current_page.parent_page %}
{% endif %} {% endblock organizations %} {% block team %} {% if not current_page.parent_page|is_empty_placeholder:"course_team" %}

{% trans 'Course team' %}

{% with header_level=3 %}
{% show_placeholder "course_team" current_page.parent_page %}
{% endwith %}
{% endif %} {% endblock team %} {% block information %} {% if not current_page.parent_page|is_empty_placeholder:"course_information" %} {% endif %} {% endblock information %} {% block licenses %}

{% trans 'License' %}

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

{% with header_level=4 %} {% show_placeholder "course_license_content" current_page.parent_page %} {% endwith %}

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

{% with header_level=4 %} {% show_placeholder "course_license_participation" current_page.parent_page %} {% endwith %}
{% endblock licenses %}
{% endwith %}
{% endspaceless %}{% endblock content %}