{{ loop.index }} |
{% if ns.mydate != entry.reference_timestamp.strftime('%Y-%m-%d') %}{% set ns.mydate = entry.reference_timestamp.strftime('%Y-%m-%d') %}{{ ns.mydate }}{% endif %} |
{{ entry.sender|to_html_flag|safe }}{{ entry.sender|to_html_link|safe }} |
{% if entry.sender.infos|length > 0 and entry.sender.infos[0].aircraft|length %}{{ entry.sender.infos[0].aircraft }}{% else %}-{% endif %} |
{% if entry.takeoff_airport is not none %}{{ entry.takeoff_airport.name }}{% endif %} |
{% if entry.landing_airport is not none %}{{ entry.landing_airport.name }}{% endif %} |
{% if entry.takeoff_timestamp is not none %} {{ entry.takeoff_timestamp.strftime('%H:%M') }} {% endif %} |
{% if entry.landing_timestamp is not none %} {{ entry.landing_timestamp.strftime('%H:%M') }} {% endif %} |
{% if entry.duration is not none %}{{ entry.duration }}{% endif %} |
{% if entry.max_altitude is not none %}{{ '%0.1f'|format(entry.max_altitude - entry.takeoff_airport.altitude) }} m{% endif %} |
{% endfor %}