{% for i in range(0,len) %} {% if i%2 == 0 %} {% else %} {% endif %} {% if flight[i]["status"] != "Scheduled" %} {% if flight[i]["cancelled"] %} {% endfor %}
Flight Time Delay Airline Destination Remarks
    {% for ident in flight[i]["ident"] %}
  • {{ ident }}
  • {% endfor %}
{{ flight[i]["scheduled_off"] }} {% if flight[i]["departure_delay"] %} {{ flight[i]["departure_delay"] }} {% else %} {% endif %} {{ flight[i]["operator"] }} {% if flight[i]["destination"]["name"] %} {{ flight[i]["destination"]["name"] }} {{ flight[i]["destination"]["code_icao"] }} / {{ flight[i]["destination"]["code_iata"] }} {% else %} {% endif %} {{ flight[i]["status"] }} {% elif flight[i]["blocked"] %} {{ flight[i]["status"] }} {% else %} {{ flight[i]["status"] }} {% endif %} {% else %} {% endif %}