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

Items index

{% for item in items %} {% else %} {% endfor %}
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
Create new {% endblock %}