{% extends "base.html" %} {% load i18n %} {% block header %} {% blocktrans with book.title as booktitle %}/book: {{ booktitle }}{% endblocktrans %} {% if has_css %} {% endif %} {% endblock %} {% block content %} {% if request.user.is_authenticated %} {% endif %}

{{ book.title }}

{% trans "click on the chapter name" %} {% if request.user.is_authenticated %} {% endif %}
{% endblock %}