{% if item.providerClients is defined %} {% for label, fav in item.providerClients %} {% if fav.provider.id == app.user.id %} {{app.user.country.moneySymbol}}{{fav.minAmount != null ? fav.minAmount : 0 }} {% endif %} {% endfor %} {% endif %}