<p><%= gettext("Note:<strong>It's best practice to break your course'stextbookintomultiplechapters</strong> to reduce loading times for students. Breaking up textbooks into chapters can also help with students more easily finding a concept or topic-based information.") %></p>
<buttonclass="add-chapter"><%=gettext("Add a Chapter")%></button>
<labelfor="chapter-<%= order %>-name"><%=gettext("Chapter Name")%></label>
<inputid="chapter-<%= order %>-name"name="chapter-<%= order %>-name"placeholder="<%= _.str.sprintf(gettext("Chapter%s"), order) %>"value="<%= name %>">
<pclass="help_text"><%=gettext("the title/name of the chapter that will be used in navigating")%></p>
</div>
<divclass="input-wrap">
<labelfor="chapter-<%= order %>-asset-path"><%=gettext("Chapter Asset")%>:</label>
<inputid="chapter-<%= order %>-asset-path"name="chapter-<%= order %>-asset-path"placeholder="<%= _.str.sprintf(gettext("path/to/introductionToCookieBaking-CH%d.pdf"), order) %>"value="<%= asset_path %>">
<pclass="help_text"><%=gettext("provide the path for a file or asset already added to this course")%></p>