20a7d6da2e8b6da1b49e472ee15df7a0bd87a038
[redakcja.git] / apps / catalogue / templates / catalogue / book_detail.html
1 {% extends "catalogue/base.html" %}
2 {% load book_list i18n %}
3
4 {% block inner_content %}
5
6
7 <h1 style="margin-bottom: 1em">{{ book.title }}</h1>
8
9
10 {% if tab == 'plan' %}
11
12     <ul class="nav nav-tabs">
13         <li role="presentation" class="active"><a href="#">{% trans "Schedule" %}</a></li>
14     </ul>
15
16 {% endif %}
17
18 {% endblock %}