${_("Loading")}
## coding=utf-8 ## mako ## ## Studio view template for rendering the whole Unit in an iframe with ## XBlocks controls specifically for Authoring MFE. This template renders ## a chromeless version of a unit container without headers, footers, ## and a navigation bar. <%! main_css = "style-main-v1" %> <%! course_unit_mfe_iframe_css = "course-unit-mfe-iframe-bundle" %> <%namespace name='static' file='static_content.html'/> <%! from django.urls import reverse from django.utils.translation import gettext as _ from cms.djangoapps.contentstore.config.waffle import CUSTOM_RELATIVE_DATES from cms.djangoapps.contentstore.helpers import xblock_type_display_name from lms.djangoapps.branding import api as branding_api from openedx.core.djangoapps.util.user_messages import PageLevelMessages from openedx.core.djangolib.js_utils import ( dump_js_escaped_json, js_escaped_string ) from openedx.core.djangolib.markup import HTML, Text from openedx.core.release import RELEASE_LINE %> <%page expression_filter="h"/>
${_("Loading")}