{% extends "base.html" %} {% load socialaccount %} {% providers_media_js %} {% block head %} {% endblock head %} {% block nav-status%}Listing {{object_list.count}} flights {% endblock %} {% block content %}
{% for flight in object_list %} {% endfor %}
Name Start Length Comments Slug Pilot
{{flight.pk}} {{flight.start_time}} {{flight.length_str}} {{flight.comments|truncatewords:10}} {{flight.slug}} {{flight.pilot}}

Map of all flights

Timeline of all flights

Timeline loading...
{% endblock content %}