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

Dashboard HST

{% 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_rowhst.html", response=calc) %} {% end %}
# Name Status Tools
{% end %} {% end %} {% block js %} {% end %}