{% extends 'onlineanywhere_base.html' %} {% block content %}
Total Unpaid Flights: {{total_unpaid_flights}}
Total Flight time this year: {{flight_time_this_year}}
Total Flight Time: {{total_flight_time}}

flight_logs

Records
{% for colName in complete_table[0] %} {% if colName in displayTableHead %} {% endif %} {% endfor %} {% for row in complete_table[1:] %} {% for col in row %} {% if complete_table[0,loop.index0] in displayTableHead %} {% endif %} {% endfor %} {% endfor %} {% for colName in complete_table[0] %} {% if colName in displayTableHead %} {% endif %} {% endfor %}
{{ colName }}Edit
{{ col }}Pay
{% endblock %}