{{ book.book_info.title|default:"???" }} {{ stats.self.chars_with_fn|default_if_none:"?" }} {{ stats.self.chars|default_if_none:"?" }} {{ stats.self.words_with_fn|default_if_none:"?" }} {{ stats.self.words|default_if_none:"?" }} {% if stats.parts %} {% for part, partstats in stats.parts %} {% include 'documents/book_stats.html' with book=part stats=partstats depth=depth|add:1 %} {% endfor %} Σ {{ stats.total.chars_with_fn }} {{ stats.total.chars }} {{ stats.total.words_with_fn }} {{ stats.total.words }} {% endif %}