{% load i18n cms_tags extra_tags static thumbnail %}{% spaceless %} {% 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 course_variant=course_variant|default:"glimpse" %}
{% 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 category_variant="badge" has_link=False %} {% render_plugin icon_plugins.0 %} {% endwith %}
{% endif %}

{{ course_page.get_title }}

{% if main_org_title %}
{{ main_org_title }}
{% endif %}
{% block course_glimpse_footer %} {% endblock course_glimpse_footer %}
{% endwith %} {% endspaceless %}