%page expression_filter="h"/>
<%!
from django.utils.translation import pgettext, gettext as _
from django.conf import settings
%>
% if not exclude_units:
% if banner_text:
${_('Important!')}
${banner_text}
% endif
% endif
% if not gated_sequence_paywall:
% endif
% if not exclude_units:
% if gated_content['gated']:
<%include file="_gated_content.html" args="prereq_url=gated_content['prereq_url'], prereq_section_name=gated_content['prereq_section_name'], gated_section_name=gated_content['gated_section_name']"/>
% elif gated_sequence_paywall:
${sequence_name}${_("Content Locked")}
${gated_sequence_paywall | n, decode.utf8}
% else:
% if settings.FEATURES.get("SHOW_PROGRESS_BAR", False) and getattr(settings, 'COMPLETION_AGGREGATOR_URL', ''):
% endif
% for idx, item in enumerate(items):
${item['content']}
% endfor
% endif
% else:
% endif
% if not exclude_units: