diff --git a/datasette/templates/table.html b/datasette/templates/table.html
index f78433d..dc1503b 100644
--- a/datasette/templates/table.html
+++ b/datasette/templates/table.html
@@ -54,7 +54,7 @@
{% if filtered_table_rows_count or human_description_en %}
{% if filtered_table_rows_count or filtered_table_rows_count == 0 %}{{ "{:,}".format(filtered_table_rows_count) }} ligne{% if filtered_table_rows_count == 1 %}{% else %}s{% endif %}{% endif %}
- {% if human_description_en %}{{ human_description_en }}{% endif %}
+
{% endif %}