<%inherit file="base.html" /> <%def name="online_help_token()"><% return "textbooks" %> <%namespace name='static' file='static_content.html'/> <%! from django.utils.translation import ugettext as _ from openedx.core.djangolib.js_utils import dump_js_escaped_json %> <%block name="title">${_("Textbooks")} <%block name="bodyclass">is-signedin course view-textbooks <%block name="header_extras"> % for template_name in ["edit-textbook", "show-textbook", "no-textbooks", "basic-modal", "modal-button", "upload-dialog"]: % endfor <%block name="jsextra"> <%block name="requirejs"> require(["js/factories/textbooks"], function(TextbooksFactory) { TextbooksFactory(${textbooks | n, dump_js_escaped_json}); }); <%block name="content">

${_("Content")} > ${_("Textbooks")}

${_("Page Actions")}

  • ${_("New Textbook")}

${_("Why should I break my textbook into chapters?")}

${_("Breaking your textbook into multiple chapters reduces loading times for students, especially those with slow Internet connections. Breaking up textbooks into chapters can also help students more easily find topic-based information.")}

${_("What if my book isn't divided into chapters?")}

${_("If your textbook doesn't have individual chapters, you can upload the entire text as a single chapter and enter a name of your choice in the Chapter Name field.")}

${_("Learn more about textbooks")}