Total Words written: {{ total_words }}
Word | Times Used |
---|---|
{{ word }} | {{ count }} |
{% if previous_month %} {% with y=previous_month|date:"Y" m=previous_month|date:"m" %} {{ previous_month|date:"F Y" }}. {% endwith %} {% endif %} {{ month|date:"F, Y" }}. {% if next_month %} {% with y=next_month|date:"Y" m=next_month|date:"m" %} {{ next_month|date:"F Y" }}. {% endwith %} {% endif %}
{% endif %}