{% extends "base.html" %} {% block title %}Planets{% endblock title %} {% block main %}
Name | Climate | Terrain | Population | Diameter | Gravity | Orbital Period | Rotation Period | Surface Water | Films | Residents |
---|---|---|---|---|---|---|---|---|---|---|
{{row.name}} | {{row.climate}} | {{row.terrain}} | {{row.population}} | {{row.diameter}} | {{row.gravity}} | {{row.orbital_period}} | {{row.rotation_period}} | {{row.surface_water}} | {{row.films | length}} | {{row.residents | length}} |