{% extends 'core/base.html' %} {% load querystring i18n %} {% block content %}

Journal {{ selected_day }}

{% csrf_token %}
{% trans "Add tags" %}
{% for tag in tags %}{% endfor %}
{{ form.content }}
{% include 'core/_format_toolbar.html' %}
{% for item in items %}{% include 'core/_item.html' %}{% empty %}
{% trans "No journal activity on this day." %}
{% endfor %}
{% endblock %}