diff --git a/immutabase/templates/database.html b/immutabase/templates/database.html index 28567889..7b50873e 100644 --- a/immutabase/templates/database.html +++ b/immutabase/templates/database.html @@ -3,7 +3,7 @@ {% block title %}{{ database }}{% endblock %} {% block content %} -
{{ "{:,}".format(database.total_rows) }} rows in {{ database.tables_count }} table{% if database.tables_count != 1 %}s{% endif %}
{% for table, count in database.tables_truncated %}{{ table }}{% if not loop.last %}, {% endif %}{% endfor %}{% if database.tables_more %}, ...{% endif %}
{% endfor %} diff --git a/immutabase/templates/row.html b/immutabase/templates/row.html index b8ba00b8..478b992d 100644 --- a/immutabase/templates/row.html +++ b/immutabase/templates/row.html @@ -3,7 +3,7 @@ {% block title %}{{ database }}: {{ table }}{% endblock %} {% block content %} -