{% extends 'base.html.twig' %} {% block title %}InventoryRecord index{% endblock %} {% block body %}
Id | Quantity | Timestamp | CreatedAt | UpdatedAt | actions |
---|---|---|---|---|---|
{{ inventory_record.id }} | {{ inventory_record.quantity }} | {{ inventory_record.timestamp ? inventory_record.timestamp|date('Y-m-d H:i:s') : '' }} | {{ inventory_record.createdAt ? inventory_record.createdAt|date('Y-m-d H:i:s') : '' }} | {{ inventory_record.updatedAt ? inventory_record.updatedAt|date('Y-m-d H:i:s') : '' }} | show edit |
no records found |