{% extends "richie/fullwidth.html" %} {% load cms_tags i18n extra_tags menu_tags static %} {% 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 subheader %}
{% block breadcrumbs %} {% block breadcrumbs_content %} {% show_breadcrumb 0 "courses/cms/fragment_course_run_breadcrumb.html" %} {% endblock breadcrumbs_content %} {% endblock breadcrumbs %} {% block subheader_content %}{% spaceless %} {% with course=current_page.parent_page.course course_run=current_page.courserun header_level=2 %}
{% block categories %}
{% with category_variant="badge" %} {% show_placeholder "course_icons" current_page.parent_page %} {% show_placeholder "course_categories" current_page.parent_page %} {% endwith %}
{% endblock categories %} {% block title %}

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

{% endblock title %}
{% show_placeholder "course_teaser" current_page.parent_page %}
{% if current_page.parent_page.publisher_is_draft or not current_page.parent_page|is_empty_placeholder:"course_introduction" %} {% with header_level=3 %} {% show_placeholder "course_introduction" current_page.parent_page %} {% endwith %} {% endif %} {% block synopsis %} {% if course.duration or course.effort %}
    {% if course.duration %}
  • {% trans "Duration:" %} {{ course.get_duration_display|default:"NA" }}
  • {% endif %} {% if course.effort %}
  • {% trans "Effort:" %} {{ course.get_effort_display|default:"NA" }}
  • {% endif %}
{% endif %} {% endblock synopsis %}
  • {% 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|has_connected_lms %}
    {% else %} {% if course_run.state.call_to_action %} {{ course_run.state.call_to_action|capfirst }} {% else %} {% endif %} {% endif %}
  • {% if current_page.publisher_is_draft %}
  • {% trans "Resource link" %} {% render_model course_run "resource_link" "resource_link" "" "default:'...'" %}
  • {% endif %}
{% endwith %} {% endspaceless %}{% endblock subheader_content %}
{% endblock subheader %} {% block content %}{% spaceless %} {% with course_run=current_page.courserun header_level=2 %}
{% block skills %} {% if not current_page.parent_page|is_empty_placeholder:"course_skills" %}

{% blocktrans context "course_detail__title" %}What you will learn{% endblocktrans %}

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

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

{% blocktrans context "course_detail__title" %}Description{% endblocktrans %}

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

{% blocktrans context "course_detail__title" %}Format{% endblocktrans %}

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

{% blocktrans context "course_detail__title" %}Prerequisites{% endblocktrans %}

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

{% blocktrans context "course_detail__title" %}Assessment and certification{% endblocktrans %}

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

{% blocktrans context "course_detail__title" %}Course plan{% endblocktrans %}

{% show_placeholder "course_plan" current_page.parent_page %}
{% endif %}
{% endblock plan %}
{% block fragment_relations %}
{% block team %} {% if not current_page.parent_page|is_empty_placeholder:"course_team" %}

{% blocktrans context "course_detail__title" %}Course team{% endblocktrans %}

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

{% blocktrans context "course_detail__title" %}Organizations{% endblocktrans %}

{% show_placeholder "course_organizations" current_page.parent_page %}
{% endif %} {% endblock organizations %} {% block information %} {% if not current_page.parent_page|is_empty_placeholder:"course_information" %}
{% show_placeholder "course_information" current_page.parent_page %}
{% endif %} {% endblock information %} {% block licenses %}

{% blocktrans context "course_detail__title" %}License{% endblocktrans %}

{% 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 %}
{% endblock fragment_relations %}
{% endwith %} {% endspaceless %}{% endblock content %}