{% 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_organization_title=course.get_main_organization.extended_object.get_menu_title main_organization=course.get_main_organization course_variant=course_variant|default:'glimpse' %}
{{ course_page.get_title }} {% if main_organization %} {% with organization_page=main_organization.extended_object %} {% get_placeholder_plugins "logo" organization_page as plugins or %} {% endget_placeholder_plugins %} {% blockplugin plugins.0 %} {% endblockplugin %} {% endwith %} {% endif %} {% if main_organization_title %} {% endif %}
{% get_placeholder_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 %} {% block course_glimpse_footer %} {% endblock course_glimpse_footer %}
{% endwith %} {% endspaceless %}