1 {% extends "catalogue/base.html" %}
2 {% load book_list i18n %}
4 {% block inner_content %}
7 <h1 style="margin-bottom: 1em">{{ book.title }}</h1>
10 {% if tab == 'plan' %}
12 <ul class="nav nav-tabs">
13 <li role="presentation" class="active"><a href="#">{% trans "Schedule" %}</a></li>