%inherit file="base.html" /> <%def name="online_help_token()"><% return "schedule" %>%def> <%block name="title">${_("Schedule & Details Settings")}%block> <%block name="bodyclass">is-signedin course schedule view-settings feature-upload%block> <%namespace name='static' file='static_content.html'/> <%! from django.utils.translation import ugettext as _ from contentstore import utils from contentstore.views.course import should_show_group_configurations_page import urllib %> <%block name="header_extras"> % for template_name in ["basic-modal", "modal-button", "upload-dialog"]: % endfor %block> <%block name="jsextra"> %block> <%block name="requirejs"> require(["js/factories/settings"], function(SettingsFactory) { SettingsFactory("${details_url}"); }); %block> <%block name="content">