{% for celebrity in celebrity %}
{{ celebrity.displayName }}
{{ celebrity.nameEn }}
{% if loop.index is divisible by(8) %} {% set index = loop.index / 8 %}
{{ ads is not null ? ads.printAd('desktop', 'newsfeed',index)|raw : '' }}
{{ ads is not null ? ads.printAd('mobile', 'newsfeedmobile',index)|raw : '' }}
{% endif %} {% endfor %}