{% extends "flights/base.html" %} {% block title %} Flight {{ flight.id }} {% endblock %} {% block body %} {% if non_passengers %}

Add a Passenger

{% csrf_token %}
{% else %}
No passengers to add.
{% endif %} Back to full listing. {% endblock %}