{% set kargoIndex=0 %} {% for kargo in kargoMethods %}
{% if kargo.type == 1 %} {% elseif kargo.type == 2 %} {% elseif kargo.type == 3 and app.user %} {% if app.user.userTyped.id == 3 %} {% endif %} {% endif %}
{% set kargoIndex= kargoIndex+1 %} {% endfor %}