{% extends 'base.html.twig' %} {% block title %}ShippingEvent{% endblock %} {% block body %}
| 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 }} |