{% extends "base.html" %} {% block title %}Inventarsystem{% endblock %} {% block content %}
{% if current_permissions.actions.get('can_edit', False) %} {% endif %}

Inventar Objekte
{% if current_permissions.actions.get('can_delete', False) %}
{% endif %}

Objekte im System: 0
{% if current_permissions.actions.get('can_delete', False) %} {% endif %}
{% if current_permissions.actions.get('can_edit', False) %}
{% endif %}
{% include "edit_item_functions.html" %} {% include "reset_item_functions.html" %} {% include "reset_item_modal.html" %} {% if open_item %} {% endif %} {% endblock %}