{% load i18n %}
{% csrf_token %}
{% if form.errors %}
{{ form.errors }}
{% endif %}
{% trans "Type:" %} {{ item.get_kind_display }}
{% trans "Add tags" %}
{% for tag in tags %}{% endfor %}
{% include 'core/_format_toolbar.html' %}
{% if item.kind == 'todo' %}
{% endif %}
{% if item.kind == 'link' %}{% endif %} {% if item.attachments.all %}
{% trans "Existing attachments" %}
{% for a in item.attachments.all %}{% endfor %}
{% endif %}
{% trans "Open in editor" %}