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

ShippingEvent

Id {{ shipping_event.id }}
CreatedAt {{ shipping_event.createdAt ? shipping_event.createdAt|date('Y-m-d H:i:s') : '' }}
Code {{ shipping_event.code }}
Phase {{ shipping_event.phase }}
ShortDescription {{ shipping_event.shortDescription }}
LongDescription {{ shipping_event.longDescription }}
OtherAttributes {{ shipping_event.otherAttributes }}
ShippingCode {{ shipping_event.ShippingCode }}
back to list edit {{ include('shipping_event/_delete_form.html.twig') }} {% endblock %}