{% load i18n cms_tags %} {% comment %}Obviously, the context template variable "course" is required and must be a Course page extension{% endcomment %} {% with course_state=course.state %}
{% show_placeholder "course_cover" course.extended_object %}

{{ course.extended_object.get_title }}

{{ course.get_main_organization.extended_object.get_title }}

{% endwith %}