X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/cb3eefff46f3ae0b331f7babbd111a3735e22652..793a5b33660d5455279f9229b4808a2bfaed399d:/src/documents/templates/documents/book_stats.html diff --git a/src/documents/templates/documents/book_stats.html b/src/documents/templates/documents/book_stats.html index 793eaa2a..5ce14dea 100644 --- a/src/documents/templates/documents/book_stats.html +++ b/src/documents/templates/documents/book_stats.html @@ -1,9 +1,11 @@ {{ 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.chars_with_fn|default_if_none:"?" }} {{ stats.self.words|default_if_none:"?" }} + {{ stats.self.words_with_fn|default_if_none:"?" }} + {{ stats.self.verses|default_if_none:"?" }} + {{ stats.self.chars_out_verse|default_if_none:"?" }} zn. + {{ stats.self.verses_with_fn|default_if_none:"?" }} + {{ stats.self.chars_out_verse_with_fn|default_if_none:"?" }} zn. {% if stats.parts %} {% for part, partstats in stats.parts %} @@ -11,9 +13,13 @@ {% endfor %} Σ - {{ stats.total.chars_with_fn }} {{ stats.total.chars }} - {{ stats.total.words_with_fn }} + {{ stats.total.chars_with_fn }} {{ stats.total.words }} + {{ stats.total.words_with_fn }} + + {{ stats.total.verses }} + {{ stats.total.chars_out_verse }} zn. + {{ stats.total.verses_with_fn }} + {{ stats.total.chars_out_verse_with_fn }} zn. + {% endif %}