<section class="pricing-block">
<div class="container">
{% for price in prices %}
<twig:PriceBlock :price="price" />
{% endfor %}
</div>
</section>