<%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 name="bodyclass">is-signedin course container view-container <%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 name="content">

<% parent_url = xblock_studio_url(parent_xblock, context_course) %> % if parent_url: ${parent_xblock.display_name | h} % endif ${xblock.display_name | h}