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

ShippingEvent index

{% for shipping_event in shipping_events %} {% else %} {% endfor %}
Id CreatedAt Code Phase ShortDescription LongDescription OtherAttributes ShippingCode actions
{{ shipping_event.id }} {{ shipping_event.createdAt ? shipping_event.createdAt|date('Y-m-d H:i:s') : '' }} {{ shipping_event.code }} {{ shipping_event.phase }} {{ shipping_event.shortDescription }} {{ shipping_event.longDescription }} {{ shipping_event.otherAttributes }} {{ shipping_event.ShippingCode }} show edit
no records found
Create new {% endblock %}