{% load i18n cms_tags extra_tags thumbnail %} {% 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 %}
{% get_page_plugins "course_cover" course_page as cover_plugins or %}

{% trans "Cover" %}

{% endget_page_plugins %} {% blockplugin cover_plugins.0 %} {% endblockplugin %}
{% get_page_plugins "course_icons" course_page as icon_plugins %} {% if icon_plugins %} {% with variant="mark" %} {% render_plugin icon_plugins.0 %} {% endwith %} {% endif %}

{{ course_page.get_title }}

{% if main_org_title %}

{{ main_org_title }}

{% endif %}
{% endwith %}