{% extends 'base.html.twig' %} {% block title %}Order index{% endblock %} {% block body %}
Id | CreatedAt | UpdatedAt | Status | actions |
---|---|---|---|---|
{{ order.id }} | {{ order.createdAt ? order.createdAt|date('Y-m-d H:i:s') : '' }} | {{ order.updatedAt ? order.updatedAt|date('Y-m-d H:i:s') : '' }} | {{ order.status }} | show edit |
no records found |