{% if not newsArray is empty %} {% for key,news in newsArray %}
{{ news.picture }} {{ news.title|raw }} {% if is_protected is defined and is_protected %} hits:{{ news.hits }} {% endif %}
{% if (key + 1)%3 == 0 and key > 0 %} {% set adIndex = (key + 1) / 3 %}
{{ ads is not null ? ads.printAd('desktop', 'newsfeed', adIndex)|raw : '' }}
{% endif %} {% endfor %} {% endif %}