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

{{ book.title }}

{% for chap in chapters %} {% ifequal chap.type "chapter"%} {% booki_format chap.chapter %} {% else %}

{{ chap.title }}

{% endifequal %} {% endfor %}
{% endblock %}