<%inherit file="base.html" /> <%namespace name='static' file='static_content.html'/> <%! import json %> <%! from django.utils.translation import ugettext as _ %> <%block name="title">${_("Textbooks")} <%block name="bodyclass">is-signedin course textbooks feature-upload <%block name="header_extras"> % for template_name in ["edit-textbook", "show-textbook", "edit-chapter", "no-textbooks", "upload-dialog"]: % endfor <%block name="jsextra"> <%block name="content">

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

${_("Page Actions")}

  • ${_("New Textbook")}

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

${_("It's best practice to break your course's textbook into multiple chapters to reduce loading times for students. 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 you haven't broken your text into chapters, you can upload the entire text as a single chapter and enter a name of your choice in the Chapter Name field.")}