{% if stats|length > 0 %} {% for stat in stats %} {% endfor %}
DateWaybillServiceMassDestinationCostPOD DatePOD TimeComment
{% if stat['waybill_date'] is not null %}{{ stat['waybill_date']|date('Y-m-d') }}{% endif %} {{ stat['waybill']|trim }} {{ stat['service']|trim }} {{ stat['mass']|trim }} {{ stat['dest']|trim }} {{ stat['cost']|number_format(2, '.', ' ') }} {% if stat['pod_date'] is not null %}{{ stat['pod_date']|date('Y-m-d') }}{% endif %} {% if stat['pod_time'] is not null %}{{ stat['pod_time']|date('H:i') }}{% endif %} {{ stat['comment']|trim }}
{% endif %}