{% if stats|length > 0 %}
Date | Waybill | Service | Mass | Destination | Cost | POD Date | POD Time | Comment |
---|---|---|---|---|---|---|---|---|
{% 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 }} |