{% extends 'base.html.twig' %} {% block title %}Items index{% endblock %} {% block body %}
ItemId | GroupwId | Gruppe | Type | Name | Price | Visible | Twork | Info | Active | actions |
---|---|---|---|---|---|---|---|---|---|---|
{{ item.itemId }} | {{ item.groupw }} | {{ item.gruppe }} | {{ item.type }} | {{ item.name }} | {{ item.price }} | {{ item.visible ? 'Yes' : 'No' }} | {{ item.twork }} | {{ item.info }} | {{ item.active ? 'Yes' : 'No' }} | show edit |
no records found |