{% extends "base.html" %} {% block content %}

Airports

{% for airport in airports %} {% endfor %}
# Country Name Logbook (takeoff and landings)
{{ loop.index }} {{ sel_country|to_html_flag|safe }} {{ airport|to_html_link|safe }} Logbook
{% endblock %}