{% if videoProgram is defined %} {% for currentNewsIndex,program in mostViewedVideos %} {% if loop.index < 22 %} {% if app.request.get('_route') == "homepage" and currentNewsIndex % 6 == 0 %} {% set boxIndex = (currentNewsIndex / 6) %} {% if newsBoxes[boxIndex] is defined %}
{{ newsBoxes[boxIndex]|raw }}
{% endif %} {% endif %}
{% if program.youtube %} {% elseif program.dailymotion %} {% endif %}
{{ program.title }}
{% endif %} {% if ads is defined %} {% if loop.index is divisible by(6) %} {% set index = loop.index / 6 %}
{{ ads is not null ? ads.printAd('desktop', 'relateVideos',index)|raw : '' }}
{% endif %} {% endif %} {% endfor %} {% else %} {% for currentNewsIndex,program in mostViewedVideos %} {% if loop.index < 22 %} {% if app.request.get('_route') == "homepage" and currentNewsIndex % 6 == 0 %} {% set boxIndex = (currentNewsIndex / 6) %} {% if newsBoxes[boxIndex] is defined %}
{{ newsBoxes[boxIndex]|raw }}
{% endif %} {% endif %}
{% if program.youtube %} {% elseif program.dailymotion %} {% endif %}
{{ program.title }}
{# {{loop.index}} #} {% if loop.index is divisible by(6) %} {% set index = loop.index / 6 %}
{{ ads is not null ? ads.printAd('desktop', 'programsfeed',index)|raw : '' }}
{{ ads is not null ? ads.printAd('mobile', 'relateVideos',index)|raw : '' }}
{% endif %} {% endif %} {% endfor %} {% endif %} {# {% endif %} #} {# {% if loop.index == 31 %} {% if loop.index > 31 %} {% if app.request.get('_route') == "homepage" and currentNewsIndex % 6 == 0 %} {% set boxIndex = (currentNewsIndex / 6) %} {% if newsBoxes[boxIndex] is defined %}
{{ newsBoxes[boxIndex]|raw }}
{% endif %} {% endif %}
{% if program.youtube %} {% elseif program.dailymotion %} {% endif %}
{{ program.createDate }}
{{ program.title }}
{% endif %} {% endif %} #} {# {% endfor %} #}