{% load i18n %} {% load username from common_tags %} {% if book.single %} {% with chunk as chunk %} 📕 📜 {{ book.title }} {% if chunk.stage %} {{ chunk.stage }} {% else %}– {% endif %} {% if chunk.user %}{{ chunk.user|username }}{% endif %} {% if book.published %} opubl. {% endif %} {% if book.new_publishable %} do publ. {% endif %} {% if chunk.changed %} zmiany {% endif %} {{ book.project.name }} {% endwith %} {% else %} 📕 {{ book.title }} {% if book.published %} opubl. {% endif %} {% if book.new_publishable %} do publ. {% endif %} {{ book.project.name }} {% endif %}