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

{# {{ dump(flightItem) }}#}
{% if(flightItem.show_button_book == '1') %}
{{ flightItem.button_book|raw }}
{% endif %} {% if( flightItem.show_button_info == '1' ) %}
{{ flightItem.button_info|raw }}
{% endif %} {% if(flightItem.branded.1.segmentsData.0.oneSegmentData.brandName) %}
{{ __('LBL_BRAND') }}: {{ flightItem.branded.1.segmentsData.0.oneSegmentData.brandName }} ({{ flightItem.branded.1.segmentsData.0.oneSegmentData.brandId }})

{% endif %}
{% for segment in flightItem.segments %}
{{ segment.segname }}
{% for leg in segment.legs %}
{{ leg.airline_name }}
{{ leg.airline }} {{ leg.flight_num }}
{{ leg.date }}
{{ leg.starttime }}
{{ leg.startpt_name }} [{{ leg.startpt }}]
{{ leg.enddate }}
{{ leg.date }}
{{ leg.endpt_name }} [{{ leg.endpt }}]
{{ __('LBL_CLASS') | capitalize }}: {{ leg.class_name }} ({{ leg.bic_class }})
{{ leg.seats|raw }}
{{ leg.flight_time }}
{{ leg.plane }} {{ leg.operated_by }}
{{ leg.journey_time }} {{ leg.tech_stop }}

{% endfor %} {% endfor %}
{% if(flightItem.branded|length > 1) %}
{% endif %}