{% if SplitCloud is not empty %}

{{ 'Split'|trans }}:

{% for rilkey, ril in SplitCloud %} {% endfor %}

{{ 'ID'|trans }}

[Mc]

{{ 'Volume'|trans }}

[m]

{{ 'H'|trans }}

[m]

{{ 'L'|trans }}

[m]

{{ 'W'|trans }}


{{ rilkey }}

{% if awbexp.volumeflag == 1 %} {{ ril.cloud_info.vol_inbound|number_format(2, ',', '.') }} {# Inbound #} {{ 'IN BOUND'|trans }} {% elseif awbexp.volumeflag == 2 %} {{ ril.cloud_info.vol_package|number_format(2, ',', '.') }} {# Package #} {{ 'IN BOUND'|trans }} {% elseif awbexp.volumeflag == 3 %} {{ ril.cloud_info.vol_surface|number_format(2, ',', '.') }} {# V-Shape #} {{ 'IN BOUND'|trans }} {% elseif awbexp.volumeflag == 4 %} {{ ril.cloud_info.vol_vshape|number_format(2, ',', '.') }} {# Surface #} {{ 'IN BOUND'|trans }} {% else %} {{ ril.cloud_info.vol_inbound|number_format(2, ',', '.') }} {# Inbound #} {{ 'IN BOUND'|trans }} {% endif %}

{{ ril.cloud_info.H|number_format(2, ',', '.') }}

{{ ril.cloud_info.L|number_format(2, ',', '.') }}

{{ ril.cloud_info.W|number_format(2, ',', '.') }}

{{ VolTot|number_format(2, ',', '.') }}
{% endif %}