{% extends "richie/fullwidth.html" %} {% load cms_tags i18n extra_tags menu_tags %} {% block head_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 head_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 breadcrumbs %}
{% endblock breadcrumbs %} {% block content %}{% spaceless %}{% trans "At the end of this course, you will be able to:" %}
{% show_placeholder "course_skills" current_page.parent_page %}