{{ book.meta.title|default:"???" }}
|
{% if stats.error %}
{{ stats.error }}
|
{% else %}
{{ stats.self.chars|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. |
{% endif %}
{% 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 }} |
{{ 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 %}