{% extends "documents/base.html" %} {% load book_list i18n %} {% load bootstrap4 %} {% block titleextra %}{{ object.title }}{% endblock %} {% block content %}
{% trans "Last published" %}: {% if object.last_published %} {{ object.last_published }} {% else %} — {% endif %}
{% if publishable %} {% if user.is_authenticated %} {% else %} {% trans "Log in to publish." %} {% endif %} {% else %}{% trans "This book can't be published yet, because:" %}