{% extends "richie/fullwidth.html" %} {% load cms_tags i18n extra_tags %} {% block title %}{% spaceless %} {% page_attribute "page_title" as course_run_title %} {% page_attribute "page_title" current_page.parent_page as course_title %} {{ course_run_title|capfirst }} - {{ course_title|capfirst }} {% endspaceless %}{% endblock title %} {# Make sure the course run pages are not indexed by search engines #} {% block meta_index_rules %}{% endblock meta_index_rules %} {% block meta_opengraph_contextuals %} {% page_attribute "page_title" as course_run_title %} {% page_attribute "page_title" current_page.parent_page as course_title %} {% endblock meta_opengraph_contextuals %} {% block content %}{% spaceless %}
{% trans "No associated categories" %}
{% endpage_placeholder %} {% endwith %}