diff --git a/www/pocwww/pocwww/templates/dashboard.jinja2 b/www/pocwww/pocwww/templates/dashboard.jinja2 index b49b753..a0c2dcc 100644 --- a/www/pocwww/pocwww/templates/dashboard.jinja2 +++ b/www/pocwww/pocwww/templates/dashboard.jinja2 @@ -21,6 +21,7 @@ + {% if tag_values.length > 0} {% for t in tag_values %} {{t._id}} @@ -40,6 +41,7 @@ {{t.total | round(3)}} --> {% endfor %} + {% endif %} @@ -47,9 +49,11 @@

Latest Card

+ {% if latest_card %}

{{latest_card.timestamp | datetime('long')}}

+ {% endif %}