${_("Loading")}
%inherit file="base.html" /> <%def name="online_help_token()"><% return "content_libraries" %>%def> <%! from contentstore.views.helpers import xblock_studio_url, xblock_type_display_name from django.utils.translation import ugettext as _ from openedx.core.djangolib.js_utils import dump_js_escaped_json %> <%block name="title">${context_library.display_name_with_default_escaped} ${xblock_type_display_name(context_library)}%block> <%block name="bodyclass">is-signedin course container view-container view-library%block> <%namespace name='static' file='static_content.html'/> <%block name="header_extras"> % for template_name in templates: % endfor %block> <%block name="requirejs"> require(["js/factories/library"], function(LibraryFactory) { LibraryFactory( ${component_templates | n, dump_js_escaped_json}, ${xblock_info | n, dump_js_escaped_json}, { isUnitPage: false, page_size: 10, canEdit: ${"true" if can_edit else "false"}, showChildrenPreviews: ${'true' if show_children_previews else 'false'} } ); }); %block> <%block name="content">
${_("Loading")}