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

{{ book.title }}

{% book_followbutton book.url_title request.user.username %}
{% trans "click on the chapter name" %}
{% trans "EDIT" %}
{% book_messagefield book.url_title %}
{% book_timeline book.url_title %}
{% endblock %}