{% extends 'base.html.twig' %} {% block title %}Items{% endblock %} {% block body %}

Items

ItemId {{ item.itemId }}
GroupwId {{ item.groupwId }}
Gruppe {{ item.gruppe }}
Type {{ item.type }}
Name {{ item.name }}
Price {{ item.price }}
Visible {{ item.visible ? 'Yes' : 'No' }}
Twork {{ item.twork }}
Info {{ item.info }}
Active {{ item.active ? 'Yes' : 'No' }}
back to list edit {{ include('items/_delete_form.html.twig') }} {% endblock %}