{% for result in results %}

{{ result.model }}

Property Value
Curvature Ductility in Buckling {{ result.failCuDu | float | round(2) }}
Buckling Curvature (m⁻¹) {{ result.bucklcurv | float | round(5) }}
Displacement Ductility in Buckling {{ result.bucklDd | float | round(2) }}
Buckling Displacement (m) {{ result.buckldispl | float | round(5) }}
Buckling Force (kN) {{ result.bucklforce | float | round(2) }}
Buckling Moment (kN·m) {{ result.bucklmom | float | round(2) }}
{% endfor %}