Flight
Time
Delay
Airline
Destination
Remarks
{% for flight in data%}
{{ flight["ident"] }}
{{ flight["scheduled_off"] }}
{{ flight["departure_delay"] }}
{{ flight["operator"] }}
{{ flight["destination"]["name"] }}
{{ flight["status"] }}
{% endfor %}