{% set i = 0 %}
{% for teaser in items|slice(0, 3) %}
{% include './teaser.twig' with {b: block, st:session_time, i: i,teaser:teaser, commonAttributes: commonAttributes, landing: landing, source: source, adblock: adblock, abParams: abParams, geo : geo, w: '0192', h: '0192'}%}
{% set i = i + 1 %}
{% endfor %}
{% for teaser in items|slice(3) %}
{#{% if utm.utm_source == "mail_return" and i == 4 and line == 2 %}
{% include 'widgets/common/yandex.twig' with {'zone': 'inner-300'} %}
{% else %}#}
{% include './teaser.twig' with {b: block, st:session_time,i: i, class: 'other-news', teaser:teaser, commonAttributes: commonAttributes, landing: landing, source: source, adblock: adblock, abParams: abParams, geo : geo, w: '0192', h: '0192', line: line}%}
{#{% endif %}#}
{% set i = i + 1 %}
{% endfor %}