{% load tz %}
Total Words written: {{ total_words }}
Word | Times Used |
---|---|
{{ word }} | {{ count }} |
{% if previous_year %} {% with y=previous_year|date:"Y" %} {{ previous_year|date:"Y" }}. {% endwith %} | {% endif %} {{ year|date:"Y" }}. {% if next_year %} {% with y=next_year|date:"Y" %} {{ next_year|date:"Y" }}. {% endwith %} {% endif %}
{% endif %}