{% extends "base.html" %} {% block content %}
| Name | Cycle | Mass | Vac Thrust | Vac ISP | Fuel | Mod | Action |
|---|---|---|---|---|---|---|---|
| {{ row.family.engine_name }} | {{ row.family.cycle or '—' }} | {{ '%.2f'|format(row.max_mass_t) if row.max_mass_t else '—' }}t | {{ '%.0f'|format(row.max_vac_thrust_kn) if row.max_vac_thrust_kn else '—' }}kN | {{ '%.0f'|format(row.max_vac_isp) if row.max_vac_isp else '—' }}s | {{ row.fuel_types or '—' }} | {{ row.mod_source or '—' }} |