Vol aller
{#if $T.Adult.InboundPrice > 0}
Vol retour
{#else}
{#/if}
Passengers
Total
Adultes
{$T.Adult.OutboundPrice.toCurrency(false,flightSearch.currencySymbol +' ','.',',',false,false,true)}
{#if $T.Adult.InboundPrice > 0}
{$T.Adult.InboundPrice.toCurrency(false,flightSearch.currencySymbol +' ','.',',',false,false,true)}
{#else}
{#/if}
{$T.Adult.Count}
{$T.Adult.TotalPrice.toCurrency(false,flightSearch.currencySymbol +' ','.',',',false,false,true)}
{#if $T.Child.Count > 0}
Enfants
{$T.Child.OutboundPrice.toCurrency(false,flightSearch.currencySymbol +' ','.',',',false,false,true)}
{#if $T.Adult.InboundPrice > 0}
{$T.Child.InboundPrice.toCurrency(false,flightSearch.currencySymbol +' ','.',',',false,false,true)}
{#else}
{#/if}
{$T.Child.Count}
{$T.Child.TotalPrice.toCurrency(false,flightSearch.currencySymbol +' ','.',',',false,false,true)}
{#/if}
{#if $T.Infant.Count > 0}
Bébés
{$T.Infant.OutboundPrice.toCurrency(false,flightSearch.currencySymbol +' ','.',',',false,false,true)}
{#if $T.Adult.InboundPrice > 0}
{$T.Infant.InboundPrice.toCurrency(false,flightSearch.currencySymbol +' ','.',',',false,false,true)}
{#else}
{#/if}
{$T.Infant.Count}
{$T.Infant.TotalPrice.toCurrency(false,flightSearch.currencySymbol +' ','.',',',false,false,true)}
{#/if}
{#if $T.TotalDiscount > 0}
Subtotal:
{$T.SubTotalPrice.toCurrency(false,flightSearch.currencySymbol +' ','.',',',false,false,true)}
Discount:
-{$T.TotalDiscount.toCurrency(false,flightSearch.currencySymbol +' ','.',',',false,false,true)}
{#/if}
Total
{$T.TotalPrice.toCurrency(false,flightSearch.currencySymbol +' ','.',',',false,false,true)}