{% extends 'layout.html.twig' %} {% set seo_title = 'Review Order' %} {% block content %}
Collection | Width | Colour | Pack size | Quantity | Drop size(s) |
---|---|---|---|---|---|
Collection
{{ item.collection.title }}
|
Width
{{ item.product.length }}
|
Colour
{{ item.part.description }}
|
Pack size
{{ item.product.packSize }}
|
Quantity
{{ item.quantity }}
|
Drop size(s)
{{ item.dropSizes ?: '—' }}
|
Stock update: Due on {{ item.part.stockUpdate.dateAvailable|date('jS F Y') }} |
{{ order.specialRequests|nl2br }}