{% extends "layout.html" %} {% load static from staticfiles %} {% load i18n %} {% block content %}

{{ book.code }}

{{ book.title }}

{% if items %} {% endif %} {% if book.get_changelog %}

{% trans 'Changelog' %}

{% endif %}

{% trans 'Revisions' %}

{% if book.get_revision_dates|length > 5 %}

{% endif %}
{% if not items %} {% include "noresults.html" %} {% endif %} {% include "pagination.html" %} {% endblock %}