Оборот
{#
{{ (oborots.summa/1000)|number_format(0,'','`') }}тр#}
{#{{ pa(itogi_day) }}#}
{% for i in range(low=0, high=35, step=1) %}
{% set now_date = date_start|date_modify("+"~i~" day")|date("Y-m-d") %}
{% if now_date > date_start|date('U') and now_date|date('U') <= date_finish|date('U') and now_date|date('U') <= "now"|date_modify("-1 day")|date('U') %}
{% include dir_mod_now_mod_ditpl~'body.2007.sp.down.oborot.item.htm' %}
{% endif %}
{% endfor %}
{% endspaceless %}