{% if pets %} {% for pet in pets %} {% include 'profile/pet-edit-card.twig' with { 'item': pet } %} {% endfor %} {% endif %}