{% extends 'base_course.html' %} {% block top_content %}
{% include 'summary.html' %} {% if transient_student %} {% include 'registration_module.html' %} {% endif %}
{% endblock %} {% block main_content %}

{# I18N: This should be interpreted as a noun. It is the title for the course schedule on the main contents page. #} {{ gettext('Schedule') }}

{% endblock %}