{% extends "app/backend/base.html" %} {% load static %} {% block content %}
{% csrf_token %}


{% for item in request.user.item_set.all %} {% if item.status != 2 %} {% endif %} {% endfor %}
Bezeichnung ID Status Optionen +
{{ item.name }} {{ item.iid }} {% autoescape off %}{{ item.get_status_html }}{% endautoescape %}
{% endblock %} {% block scripts %} {% endblock %}