+ {{ product.title }} - + {{ product.isFrom ? 'from' }} + {% if product.price %} + £{{ product.price|number_format() }} + {% else %} + free! + {% endif %} + {{ product.perMonth ? 'per month' }} +
+ +
+
+
+
+ + {{ product.description }} + + {% if product.remainingPlaces %} + {{ product.remainingPlaces }} places remaining! + {% elseif product.isLimited %} + Limited places available! + {% endif %} +
+