{% extends 'base.html.twig' %}{% set title = 'Nuts' %}{% block body %}<div class="nut-img"><img src="{{ asset('build/Nuts.gif') }} " alt="Fresh Nuts!!" width="120" height="176"><br>Mixed Nuts</div><div class="row row-fluid"><div class="prod_desc">{{ nutsArray[0].SectionDescription }}</div><div class="price_desc"><div><div class="price_left">{{ nutsArray[0].ProductSize }}</div><div class="price_right">{{ nutsArray[0].ProductCost|format_currency('USD') }}</div></div><div><div class="price_left">{{ nutsArray[1].ProductSize }}</div><div class="price_right">{{ nutsArray[1].ProductCost|format_currency('USD') }}</div></div><div><div class="price_left">{{ nutsArray[2].ProductSize }}</div><div class="price_right">{{ nutsArray[2].ProductCost|format_currency('USD') }}</div></div><div><div class="price_left">{{ nutsArray[3].ProductSize }}</div><div class="price_right">{{ nutsArray[3].ProductCost|format_currency('USD') }}</div></div></div></div><div style="border: none; width: 90%; font-size: 15px; padding: 10px 10px 26px 10px;margin: 0 auto;"><span style="font-weight: bold">Fresh Nuts!! </span>These are the same high-quality nuts we dip in chocolate. For anyonewho wants to enjoy great tasting nuts naturally, they are available year round. Packed in plastic bags, tiedwith colorful ribbon.</div><div class="row row-fluid"><div class="prod_desc">{{ nutsArray[4].SectionDescription }}</div><div class="price_desc"><div><div class="price_left">{{ nutsArray[4].ProductSize }}</div><div class="price_right">{{ nutsArray[4].ProductCost|format_currency('USD') }}</div></div><div><div class="price_left">{{ nutsArray[5].ProductSize }}</div><div class="price_right">{{ nutsArray[5].ProductCost|format_currency('USD') }}</div></div><div><div class="price_left">{{ nutsArray[6].ProductSize }}</div><div class="price_right">{{ nutsArray[6].ProductCost|format_currency('USD') }}</div></div></div></div><div class="row row-fluid"><div class="prod_desc">{{ nutsArray[7].SectionDescription }}</div><div class="price_desc"><div><div class="price_left">{{ nutsArray[7].ProductSize }}</div><div class="price_right">{{ nutsArray[7].ProductCost|format_currency('USD') }}</div></div><div><div class="price_left">{{ nutsArray[8].ProductSize }}</div><div class="price_right">{{ nutsArray[8].ProductCost|format_currency('USD') }}</div></div><div><div class="price_left">{{ nutsArray[9].ProductSize }}</div><div class="price_right">{{ nutsArray[9].ProductCost|format_currency('USD') }}</div></div></div></div><div class="row row-fluid"><div class="prod_desc">{{ nutsArray[10].SectionDescription }}</div><div class="price_desc"><div><div class="price_left">{{ nutsArray[10].ProductSize }}</div><div class="price_right">{{ nutsArray[10].ProductCost|format_currency('USD') }}</div></div><div><div class="price_left">{{ nutsArray[11].ProductSize }}</div><div class="price_right">{{ nutsArray[11].ProductCost|format_currency('USD') }}</div></div><div><div class="price_left">{{ nutsArray[12].ProductSize }}</div><div class="price_right">{{ nutsArray[12].ProductCost|format_currency('USD') }}</div></div></div></div><div class="row row-fluid"><div class="prod_desc">{{ nutsArray[13].SectionDescription }}</div><div class="price_desc"><div><div class="price_left">{{ nutsArray[13].ProductSize }}</div><div class="price_right">{{ nutsArray[13].ProductCost|format_currency('USD') }}</div></div><div><div class="price_left">{{ nutsArray[14].ProductSize }}</div><div class="price_right">{{ nutsArray[14].ProductCost|format_currency('USD') }}</div></div><div><div class="price_left">{{ nutsArray[15].ProductSize }}</div><div class="price_right">{{ nutsArray[15].ProductCost|format_currency('USD') }}</div></div></div></div>{% endblock %}