<%inherit file="base.html" /> <%def name="online_help_token()"> <% if is_unit_page: return "unit" else: return "container" %> <%! import json from xmodule.modulestore import PublishState from contentstore.views.helpers import xblock_studio_url, xblock_type_display_name, EDITING_TEMPLATES from django.utils.translation import ugettext as _ %> <%block name="title">${xblock.display_name_with_default} ${xblock_type_display_name(xblock)} <%block name="bodyclass">is-signedin course container view-container <%namespace name='static' file='static_content.html'/> <%namespace name="units" file="widgets/units.html" /> <%block name="header_extras"> % for template_name in EDITING_TEMPLATES: % endfor <%block name="jsextra"> <%block name="content">

${_("Loading...")}