|
2^ CLONNA : SE DESTINATARIO E' IL VETTORE SOSTITUIRE CON BANDIERA DI DESTINAZIONE O SIGLA AEROPORTO
{% if rilevazioni|length > 1 %}
{DAY & Hour} |
[ID]
{Code AWB} |
[ID]
{{ 'OBJ'|trans }} |
[N]
{{ 'N. Items'|trans }} |
[Kg]
{{ 'Weight'|trans }} |
[Mc]
{{ 'Volume'|trans }} |
[ - ] {{ 'CECK'|trans }} |
{% for line in ril.line %}
| {{ loop.index }} |
{% if LogoVettoreImg != '' %} {{ line.nAWB }} |
{% if ril.line|length == 1 %}
{{ line.nobj_day }} |
{% else %}
{{ line.ncolli_day }} |
{% endif %}
{{ ril.NetWeight|number_format(2, ',', '.') }} |
{% set Inbound = line.Inbound|number_format(2, ',', '.') %}
{% set RealVolume = line.RealVolume|number_format(2, ',', '.') %}
{% set RealVolumeSurface = line.RealVolumeSurface|number_format(2, ',', '.') %}
{% set InboundVolumeSurface = line.InboundVolumeSurface|number_format(2, ',', '.') %}
{% if (line.VolumeType == 1) %}{{ Inbound }}{% endif %}
{% if (line.VolumeType == 2) %}{{ RealVolume }}{% endif %}
{% if (line.VolumeType == 3) %}{{ RealVolumeSurface }}{% endif %}
{% if (line.VolumeType == 4) %}{{ InboundVolumeSurface }}{% endif %} |
 |
|
{% endfor %}
| { Day } |
{ TOT_nawb } |
{ nobj_tot } |
{{ ncolli_tot }} |
{{ weight_tot|number_format(2, ',', '.') }} |
{{ tot_volume|number_format(2, ',', '.') }} |
 |
| |
|
|
|
|
|
|
| { Day } |
{ Quantità awb } |
{{ diff_nobj_tot_DAY }}
[{{ diff_pc_nobj_tot_DAY }}]
|
{{ diff_ncolli_tot_DAY }}
[{{ diff_pc_ncolli_tot_DAY }}]
|
+/-{{ diff_weight_tot }} KG [{{ diff_pc_weight_tot }}]
|
+/- {{ diff_volume_tot }} Mc [{{ diff_pc_volume_tot }}]
|
 |
{% endif %}
|