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