<div class="partial-sewings-list meli-start-start">
{% set key = 1 %}
{% if partialSewings is not defined %}
{% set partialSewings = sewings %}
{% endif %}
{% for s in partialSewings %}
{# item #}
{% include "front-office/partials/sewing/_item.html.twig" %}
{% set key = key +1 %}
{% endfor %}
</div>
{% if partialSewings is empty %}
<p class="txt-century txt-center txt-regular txt-size15 txt-green meli-section-45">
Retrouvez prochainement les patrons de la chaƮne Youtube <br>
SEWING SO ET LA CABANE A COUDRE
</p>
{% endif %}