
| Current Path : /var/www/html/store/web/modules/contrib/commerce_shipping/templates/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/store/web/modules/contrib/commerce_shipping/templates/commerce-shipment.html.twig |
{#
/**
* @file
*
* Default template for shipments.
*
* Available variables:
* - attributes: HTML attributes for the wrapper.
* - shipment: The rendered shipment fields.
* Use 'shipment' to print them all, or print a subset such as
* 'shipment.title'. Use the following code to exclude the
* printing of a given field:
* @code
* {{ shipment|without('title') }}
* @endcode
* - shipment_entity: The shipment entity.
*
* @ingroup themeable
*/
#}
<div{{ attributes }}>
{{ shipment }}
</div>