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

Dashboard Modeling

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

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

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