{% if page != null %}{% endif %} {% for row in rows %}
{{ row.task.date|date('d.m.Y') }} {{ row.worker.id }} {{ row.worker.name }} {{ row.task.work }} {{ row.task.generated.start }} {{ row.task.generated.end }} {{ row.task.generated.hours }} {{ row.market.id }} {% if row.market.city is not null %}{{ row.market.city }}, {% endif %}{{ row.market.address|replace({'ул.': '', 'ул ': '', 'пр ': ''}) }} {{ row.market.type }} {{ row.worker.tax }} {{ row.task.commentary }} {{ row.task.chat ?? 0 }}
{% endfor %}