{% extends "base.html" %} {% block title %}People{% endblock title %} {% block main %}
Name | Birth (Y) | Gender | Height | Mass | Eye Color | Hair Color | Skin Color | Home world | Films | Species | Starships | Vehicles |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{row.name}} | {{row.birth_year}} | {{row.gender}} | {{row.height}} | {{row.mass}} | {{row.eye_color}} | {{row.hair_color}} | {{row.skin_color}} | homeworld | {{row.films | length}} | {{row.species | length}} | {{row.starships | length}} | {{row.vehicles | length}} |