{% extends 'core/base.html' %} {% load querystring i18n %} {% block content %}
{% trans "Task" %} {% trans "Note" %} Link Journal
{% csrf_token %}
{% trans "Add tags" %}
{% for tag in tags %}{% endfor %}
{{ form.content }}
{% trans "Editor" %}
{% for item in items %}{% include 'core/_item.html' %}{% empty %}
{% trans "Nothing here yet." %}
{% endfor %}
{% endblock %}