{% extends "base.html" %} {% block title %}Dashboard - ADS-B Anomaly Detection{% endblock %} {% block content %}
| Aircraft | Flight |
|---|---|
|
{{ aircraft.hex }}
|
{% match aircraft.flight %} {% when Some with (flight) %}{{ flight }} {% when None %}— {% endmatch %} |