{% extends "base.html" %} {% block head %} {%if object.flightvideo_set.all %} {% endif %} {% endblock head %} {% block nav-status %}Viewing flight "{{object}}"{% endblock %} {% block content %}
Logfile: | {{object.logfile}} |
Notes: | {{object.comments|default:"Not specified"}} |
Pilot: | {{object.pilot|default:"Not specified"}} |
Airframe: | {{ object.airframe|default:"Not specified"}} |
Battery: | {{object.battery|default:"Not specified"}} |
Payload: | {{object.payload|default:"Not specified"}} |
{{messageType.0}}: | {{messageType.1}} |
No videos for this flight yet. {% ifequal user object.pilot %} Connect a youtube video to this flight. {% else %} Log in as the creator of the flight, {{object.pilot}} to add one (you are logged in as {{request.user}}). {% endifequal %}
{% endfor %}