{% extends "base.html" %} {% load i18n booki_tags %} {% block header %} {% blocktrans with chapter.title as chaptertitle and book.title as booktitle %}/chapter: {{ chaptertitle }} / {{ booktitle }}{% endblocktrans %} {% if has_css %} {% endif %} {% endblock %} {% block content %}

{{ book.title }}

{% if request.user.is_authenticated %} {% endif %} {% booki_format content %} {% if request.user.is_authenticated %} {% endif %}
{% endblock %}