{% extends 'layout.html.twig' %} {% set seo_entity = page %} {% set body_class = 'stock-update' %} {% block content %}

{{ page.title }}

{{ page.content|raw }}
{% if page.currentStockUpdates is not empty %} {% for update in page.currentStockUpdates %} {% endfor %}
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 }}
{% endif %} {% include '_includes/visualiser-callout.html.twig' with {'block': true} %}
{% include '_includes/help-feature.html.twig' with {'articles': page.featuredHelp} %} {% endblock %}