{% extends "richie/fullwidth.html" %} {% load cms_tags extra_tags i18n pagination_tags thumbnail %} {% block head_title %} {% page_attribute "page_title" as category_title %} {% blocktrans with category_title=category_title %}{{ category_title }} - Category{% endblocktrans %} {% endblock head_title %} {% block meta_html_default %} {% if not current_page|is_empty_placeholder:"description" %} {% endif %} {% endblock meta_html_default %} {% block meta_rdfa_context %} {% get_placeholder_plugins "logo" as og_image_plugins %} {% if og_image_plugins.0 %} {% thumbnail og_image_plugins.0.picture 200x200 replace_alpha='#FFFFFF' crop upscale subject_location=og_image_plugins.0.picture.subject_location as thumb %} {% endif %} {% if not current_page|is_empty_placeholder:"description" %} {% endif %} {% endblock meta_rdfa_context %} {% block body_rdfa %} vocab="https://schema.org/" typeof="DefinedTerm"{% endblock body_rdfa %} {% block content %}{% spaceless %} {% with category=current_page.category header_level=2 %} {% if category %}
{% trans 'Configure this page id to show this additional information on all related course pages' %}
{% endif %} {% placeholder "additional_information" or %} {% if request.toolbar.edit_mode_active %}{% trans 'Enter additional information for this category' %}
{% endif %} {% endplaceholder %}