{% 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 }}

{% booki_format content %}
{% trans "EDIT" %}
{% endblock %}