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

Journal {{ selected_day }}

{% csrf_token %}
Tags hinzufügen
{% for tag in tags %}{% endfor %}
{{ form.content }}
{% for item in items %}{% include 'core/_item.html' %}{% empty %}
Keine Journal-Aktivität an diesem Tag.
{% endfor %}
{% endblock %}