{% extends 'base.html.twig' %} {% block title %}Items{% endblock %} {% block body %}
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' }} |