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

Airports

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