{% if ( flightItem.is_cart != '2' ) %}
{% endif %} {% if ( flightItem.is_cart == '0' ) %}

{{ flightItem.paxprice }} {{ flightItem.currency }} {{ flightItem.unit }} {% if ( flightItem.show_price_breakdown == '1' ) %} {% endif %}

{% else %}
{% endif %}
{% if ( flightItem.is_cart == '0' ) %}
{{ __('LBL_DEPARTURE') | capitalize }}
{% endif %} {% for segment in flightItem.segment_dep %} {% if ( flightItem.is_cart == '0' ) %} {% endif %}
{{ segment.airline_name }} {{ segment.flightnum }}
{{ segment.startdate|raw }} {{ segment.starttime|raw }}
{{ segment.startpt_name }} [{{ segment.startpt }}]
{{ segment.enddate|raw }} {{ segment.endtime|raw }}
{{ segment.endpt_name }} [{{ segment.endpt }}]
{% if( segment.operated_by is not null ) %} {{ segment.operated_by }} | {% endif %} {{ __('LBL_CLASS') | capitalize }}: {{ segment.class_name }} ({{ segment.bic }}) {% if( segment.change is not null ) %} {{ segment.change|raw }} {% endif %} {% if( segment.tech_stop is not null ) %} {{ segment.tech_stop }} {% endif %} {% if( flighttime is not null ) %} | {{ segment.flighttime }} {% endif %} {% if( journeytime is not null ) %} {{ segment.journeytime }} {% endif %} {{ segment.change_hidden }}
{% endfor %}
{% if ( flightItem.segnum > 1 ) %} {% if ( flightItem.is_cart != '1' ) %}
{% endif %}
{% if ( flightItem.is_cart == '0' ) %}
{{ __('LBL_RETURN') | capitalize }}
{% endif %} {% for seg in flightItem.segment_ret %} {% if( flightItem.is_cart == '1') %} {% endif %}
{{ seg.airline_name }} {{ seg.flightnum }}
{{ seg.startdate|raw }} {{ seg.starttime|raw }}
{{ seg.startpt_name }} [{{ seg.startpt }}]
{{ seg.enddate|raw }} {{ seg.endtime|raw }}
{{ seg.endpt_name }} [{{ seg.endpt }}]
{% if( seg.operated_by !='') %} {{ seg.operated_by }} | {% endif %} {{ __('LBL_CLASS') | capitalize }}: {{ seg.class_name }} ({{ seg.bic }}) {% if( seg.change !='') %} | {{ seg.change|raw }} {% endif %} {% if( seg.tech_stop !='') %} | {{ seg.tech_stop }} {% endif %} {% if( seg.flighttime !='') %} | {{ seg.flighttime }} {% endif %} {% if( seg.journeytime !='') %} | {{ seg.journeytime }} {% endif %} {{ seg.change_hidden }}
{% endfor %} {% if( seg.journeytime_ret is not null ) %}
{{ seg.journeytime_ret }}
{% endif %}
{% endif %}
{% if ( flightItem.is_cart == '0' ) %}
{% if(flightItem.show_button_book == '1') %}
{{ flightItem.button_book|raw }}
{% endif %} {% if( flightItem.show_button_info == '1' ) %}
{{ flightItem.button_info|raw }}
{% endif %}
{# {{ dump(flightItem.branded.0.segmentsData.0.oneSegmentData.brandName) }}#} {% if(flightItem.branded.0.segmentsData.0.oneSegmentData.brandName) %}
{{ __('LBL_BRAND') }}: {{ flightItem.branded.0.segmentsData.0.oneSegmentData.brandName }} ({{ flightItem.branded.0.segmentsData.0.oneSegmentData.brandId }})

{% endif %}
{% endif %} {% if ( flightItem.is_cart == '1' ) %} {% if ( flightItem.request == '0' ) %}
{{ __('LBL_FLIGHT_RULES') | capitalize }}
{{ __('LBL_TICKET_DEADLINE') | capitalize }}: {{ flightItem.deadline }}
{{ __('LBL_REFOUNDABLE') | capitalize }}: {{ flightItem.refoundable }}
{{ __('LBL_REFOUND_CHARGE') | capitalize }}: {{ flightItem.refcharge }}
{% endif %} {% endif %} {% if ( flightItem.showinfo == '1' ) %}
{{ flightItem.info }}
{% endif %} {% if ( flightItem.is_cart != '2' ) %}
{% if(flightItem.branded|length > 1) %}
{% endif %}
{% endif %}