{% load tz %}

Published in {{ year|date:"Y" }}

Stats for {{ year|date:"Y" }}

Total Words written: {{ total_words }}

{% for word, count in most_common %} {% endfor %}
Most Common words
WordTimes Used
{{ word }}{{ count }}
{% if previous_year or next_year %}

{% 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 %}