{% for flight in data %} {% endfor %}
Flight Time Delay Airline Destination Remarks
{{ flight["ident"] }} {{ flight["scheduled_off"] }} {% if flight["departure_delay"] %} {{ flight["departure_delay"] }} {% else %} {% endif %} {{ flight["operator"] }} {% if flight["destination"]["name"] %} {{ flight["destination"]["name"] }} {{ flight["destination"]["code_icao"] }} / {{ flight["destination"]["code_iata"] }} {% else %} {% endif %} {% if flight["status"] != "Scheduled" %} {{ flight["status"] }} {% else %} {% endif %}