{% if costs|length > 0 %}
{{ period }} | {{ last_period }} | ||||||||
---|---|---|---|---|---|---|---|---|---|
Origin | Dest | Mass | Service | Min | Avg | Max | Min | Avg | Max |
{{ cost['origin']|trim }} | {{ cost['dest']|trim }} | {{ cost['mass']|trim }} | {{ cost['service']|trim }} | {{ cost['min_cost']|number_format(2, '.', ' ') }} | {{ cost['avg_cost']|number_format(2, '.', ' ') }} | {{ cost['max_cost']|number_format(2, '.', ' ') }} | {{ cost['last_min_cost']|number_format(2, '.', ' ') }} | {{ cost['last_avg_cost']|number_format(2, '.', ' ') }} | {{ cost['last_max_cost']|number_format(2, '.', ' ') }} |