{% load i18n cms_tags %} {% comment %}Obviously, the context template variable "course" is required and must be a Course page extension{% endcomment %} {% with course_page=course.extended_object course_state=course.state main_org_title=course.get_main_organization.extended_object.get_title %}
{% show_placeholder "course_cover" course_page as cover %} {% if cover %} {{ cover }} {% else %}
{% trans "Cover" %}
{% endif %}

{{ course_page.get_title }}

{% if main_org_title %}

{{ main_org_title }}

{% endif %}
{% endwith %}