<%page expression_filter="h"/> <%! from django.utils.translation import ugettext as _ %> <%inherit file="main.html" /> <%namespace name='static' file='static_content.html'/> <%! from openedx.core.djangolib.js_utils import ( js_escaped_string ) %> <%block name="pagetitle">${_('{course_number} Textbook').format(course_number=course.display_number_with_default)} <%block name="headextra"> <%static:css group='style-course-vendor'/> <%static:css group='style-course'/> <%static:js group='courseware'/> <%include file="/courseware/course_navigation.html" args="active_page='pdftextbook/{0}'.format(book_index)" />
%if 'chapters' in textbook:
%endif