diff --git a/templates/table.html b/templates/table.html index 0a9d5306..9137e114 100644 --- a/templates/table.html +++ b/templates/table.html @@ -31,4 +31,5 @@ td { {% endfor %} +{% if took_ms %}Took {{ took_ms }}{% endif %} {% endblock %}