{% if count is not defined %} {% set count = startingCount %} {% endif %} {% if count > startingCount %} {% set destinationKey = 'new'~count %}
{% include '_market/_includes/shipping-destination-block.html' %}
{% endif %}