{{ currentInfo.status.reason !== "" ? currentInfo.status.reason : "No known delays for this airport." }}

Enjoy your flight. :)

Type

{{ currentInfo.status.type !== "" ? currentInfo.status.type : "NA" }}

Reason

{{ currentInfo.status.reason !== "" ? currentInfo.status.reason : "NA" }}

Average Delay

{{ currentInfo.status.avgDelay !== "" ? currentInfo.status.avgDelay : "NA" }}

Min Delay

{{ currentInfo.status.minDelay !== "" ? currentInfo.status.minDelay : "NA" }}

Max Delay

{{ currentInfo.status.maxDelay !== "" ? currentInfo.status.maxDelay : "NA" }}

Trend

{{ currentInfo.status.trend !== "" ? currentInfo.status.trend : "NA" }}

End Time

{{ currentInfo.status.endTime !== "" ? currentInfo.status.endTime : "NA" }}

* {{ credits }}
* Last Updated At: {{ infoUpdatedAt | date: 'MMM d, y h:mm:ss a' }}