<label for="chapter-<%= order %>-name"><%= gettext("Chapter Name") %></label>
<input id="chapter-<%= order %>-name" name="chapter-<%= order %>-name" placeholder="<%= _.str.sprintf(gettext("Chapter %s"), order) %>" value="<%= name %>">
<p class="help_text"><%= gettext("the title/name of the chapter that will be used in navigating") %></p>
</div>
<div class="input-wrap">
<label for="chapter-<%= order %>-asset-path"><%= gettext("Chapter Asset") %>:</label>
<input id="chapter-<%= order %>-asset-path" name="chapter-<%= order %>-asset-path" placeholder="<%= _.str.sprintf(gettext("path/to/introductionToCookieBaking-CH%d.pdf"), order) %>" value="<%= asset_path %>">
<p class="help_text"><%= gettext("provide the path for a file or asset already added to this course") %></p>
<input id="textbook-name-input" type="text" placeholder="<%= gettext("Introduction to Cookie Baking") %> value="<%= name %>">
<p class="help_text"><%= gettext("the title/name of the text book as you would like your students to see it.") %></span>
</div>
<ol class="chapters"></ol>
<p><%= gettext("Note: <strong>It's best practice to break your course's textbook into multiple chapters</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>
<button class="add-chapter"><%= gettext("Add a Chapter") %></button>
<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>