{% load cms_tags i18n %} {% spaceless %} {% if current_page.publisher_is_draft or instance.check_publication is True %} {% if form_factor == "tag" %} {{ relevant_page.get_title }} {% else %} {% with width=216 height=120 %} {% include "courses/cms/fragment_category_glimpse.html" with category=relevant_page.category %} {% endwith %} {% endif %} {% endif %} {% endspaceless %}