{% load i18n %} {% load username from common_tags %} {% if book.single %} {% with book.0 as chunk %} [B] [c] {{ book.title }} {% if chunk.stage %} {{ chunk.stage }} {% else %}– {% endif %} {% if chunk.user %}{{ chunk.user|username }}{% endif %} {% if chunk.published %}P{% endif %} {% if book.new_publishable %}p{% endif %} {% if chunk.changed %}+{% endif %} {{ book.project.name }} {% endwith %} {% else %} [B] {{ book.title }} {% if book.published %}P{% endif %} {% if book.new_publishable %}p{% endif %} {{ book.project.name }} {% endif %}