<%page args="prereq_url, prereq_section_name, gated_section_name" expression_filter="h"/> <%! from django.utils.translation import ugettext as _ from openedx.core.djangolib.markup import Text %>

${gated_section_name}

${_("Content Locked")}

${Text(_( "You must complete the section '{prereq_section_name}' with the required score before you are able to view this content." )).format(prereq_section_name=prereq_section_name)}

${_("Go to Prerequiste Section")} ${_("Go to Prerequiste Section")}