<%inherit file="base.html" /> <%namespace name='static' file='static_content.html'/> <%! from django.utils.translation import ugettext as _ from django.core.urlresolvers import reverse %> <%block name="title">Static Pages <%block name="bodyclass">is-signedin course view-static-pages <%block name="jsextra"> <%block name="content">

${_("Content")} > ${_("Static Pages")}

    % for locator in components:
  1. % endfor

${_("Static Pages in Your Course")}

${_('Preview of Static Pages in your course')}
${_("The names of your Static Pages appear in your course's main navigation bar, along with Courseware, Course Info, Discussion, Wiki, and Progress.")}
${_("close modal")}