${_("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.lib.js_utils import escape_json_dumps %> <%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( ${escape_json_dumps(component_templates) | n}, ${escape_json_dumps(xblock_info) | n}, { 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")}