{% extends 'layout.html.twig' %} {% set seo_entity = page %} {% set body_class = 'stock-update' %} {% block content %}
Part Number | Description | Pack size | Date available | Notes |
---|---|---|---|---|
Part Number
{{ update.part.code }}
|
Description
{{ update.part.description }}
|
Pack size
{{ update.part.product.packSize }}
|
Date available
{{ update.dateAvailable|date('M jS') }}
|
Notes
{{ update.notes|default('–')|raw }}
|