{% extends "base.html" %} {% block title %}Vehicles{% endblock title %} {% block main %}
Name | Model | Manufacturer | Class | Passengers | Crew | Length | Cost (credits) | Capacity | Consumables | Max ATM speed | Films | Pilots |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{row.name}} | {{row.model}} | {{row.manufacturer}} | {{row.vehicle_class}} | {{row.passengers}} | {{row.crew}} | {{row.length}} | {{row.cost_in_credits}} | {{row.cargo_capacity}} | {{row.consumables}} | {{row.max_atmosphering_speed}} | {{row.films | length}} | {{row.pilots | length}} |