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

Eintrag #{{ item.id }} bearbeiten

×
Typ: {{ item.get_kind_display }}
Tag auswählen
{% for tag in tags %}{% endfor %}
{% if item.kind == 'todo' %}
{% endif %}
{% if item.kind == 'link' %}{% endif %}
Abbrechen
{% endblock %}