{% extends "base.html" %} {% block body %}

Dashboard JWST

{% if len(calculations) == 0 %}

You have no recent or running calculations. Create one my clicking the green button at the top.

{% else %} {% for calc in calculations %} {% module Template("calc_row.html", response=calc) %} {% end %}
# Name Status Tools
{% end %} {% end %} {% block js %} {% end %}