{% extends 'base.html.twig' %} {% block title %}Product index{% endblock %} {% block body %}
Id | Enabled | CreatedBy | UpdatedBy | DeletedBy | DeletedAt | CreatedAt | UpdatedAt | actions |
---|---|---|---|---|---|---|---|---|
{{ product.id }} | {{ product.enabled ? 'Yes' : 'No' }} | {{ product.createdBy }} | {{ product.updatedBy }} | {{ product.deletedBy }} | {{ product.deletedAt ? product.deletedAt|date('Y-m-d H:i:s') : '' }} | {{ product.createdAt ? product.createdAt|date('Y-m-d H:i:s') : '' }} | {{ product.updatedAt ? product.updatedAt|date('Y-m-d H:i:s') : '' }} | show {# edit#} |
no records found |