{% load i18n %} {% load username from common_tags %} {% if book.single %} {% with chunk as chunk %} {% trans "Book settings" %} {% trans "Chunk settings" %} {% trans "Edit:" %} {{ book.title }} {% if chunk.stage %} {{ chunk.stage }} {% else %}– {% endif %} {% if chunk.user %}{{ chunk.user|username }}{% endif %} {% if chunk.published %}
{% trans "published" %}
{% endif %} {% if book.new_publishable %}
{% trans "publishable" %}
{% endif %} {% if chunk.changed %}
{% trans "changed" %}
{% endif %} {{ book.project.name }} {% endwith %} {% else %} {% trans "Book settings" %} {{ book.title }} {% if book.published %}
{% trans "published" %}
{% endif %} {% if book.new_publishable %}
{% trans "publishable" %}
{% endif %} {{ book.project.name }} {% endif %}