{% endif %}
{% 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 %}
|
{% if flight[i]["status"] != "Scheduled" %}
{% if flight[i]["cancelled"] %}
{{ flight[i]["status"] }}
{% elif flight[i]["blocked"] %}
|
{{ flight[i]["status"] }}
{% else %}
|
{{ flight[i]["status"] }}
{% endif %}
{% else %}
|
{% endif %}
|
{% endfor %}