%inherit file="base.html" /> <%! import json from contentstore.views.helpers import xblock_studio_url 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="jsextra"> <% xblock_info = { 'id': str(xblock_locator), 'display-name': xblock.display_name, 'category': xblock.category, }; %> %block> <%block name="content">