${_("Loading...")}
%inherit file="base.html" /> <%! import json from xmodule.modulestore import PublishState from contentstore.views.helpers import xblock_studio_url, EDITING_TEMPLATES from django.utils.translation import ugettext as _ %> <%block name="title">${_("Container")}%block> <%block name="bodyclass">is-signedin course container view-container%block> <%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> <%block name="jsextra"> <% main_xblock_info = { 'id': str(xblock_locator), 'display_name': xblock.display_name_with_default, 'category': xblock.category, }; %> %block> <%block name="content">
${_("Loading...")}