{% load i18n %} {% if book.single %} {% with book.0 as chunk %} [B] [c] {{ book.title }} {% if chunk.stage %} {{ chunk.stage }} {% else %}– {% endif %} {% if chunk.user %}{{ chunk.user.first_name }} {{ chunk.user.last_name }}{% endif %} {% if chunk.published %}P{% endif %} {% if book.new_publishable %}p{% endif %} {% if chunk.changed %}+{% endif %} {% endwith %} {% else %} [B] {{ book.title }} {% if book.published %}P{% endif %} {% if book.new_publishable %}p{% endif %} {% endif %}