<%page expression_filter="h"/> <%! from django.utils.translation import ugettext as _ from openedx.core.djangolib.markup import HTML, Text %>
% if banner_text:

${banner_text}

% endif
<%include file="_sequence_list.html" args="items=items, gate_content=gate_content, disable_navigation=disable_navigation"/>
% if gate_content: <%include file="_gated_content.html" args="gate_content=gate_content, prereq_url=prereq_url, prereq_section_name=prereq_section_name, unit_name=unit_name, score_reached=score_reached, calculate_score=calculate_score"/> % else: <%include file="_sequence_contents.html" args="items=items"/> % endif