{{log.flight_date}}

{% if log.make_and_model %} {{log.make_and_model}}
{% endif %} {% if log.ident %} {{log.ident}}
{% endif %} {% if log.airport_from %} {{log.airport_from}}
{% endif %} {% if log.airport_to %} {{log.airport_to}}
{% endif %} {% if log.number_instructor_app %} {{log.number_instructor_app}}
{% endif %} {% if log.number_landings %} {{log.number_landings}}
{% endif %} {% if log.airplane_sel %} {{log.airplane_sel}}
{% endif %} {% if log.airplane_mel %} {{log.airplane_mel}}
{% endif %} {% if log.cross_country %} {{log.cross_country}}
{% endif %} {% if log.day_time %} {{log.day_time}}
{% endif %} {% if log.night_time %} {{log.night_time}}
{% endif %} {% if log.actual_instrument %} {{log.actual_instrument}}
{% endif %} {% if log.simulated_instrument %} {{log.simulated_instrument}}
{% endif %} {% if log.ground_trainer %} {{log.ground_trainer}}
{% endif %} {% if log.dual_received %} {{log.dual_received}}
{% endif %} {% if log.pilot_in_command %} {{log.pilot_in_command}}
{% endif %} {% if log.total_duration_of_flight %} {{log.total_duration_of_flight}} {%endif%}


{{log.remarks}}