diff --git a/src/webapp/templates/quick_curation.html b/src/webapp/templates/quick_curation.html
index df60133..f731965 100644
--- a/src/webapp/templates/quick_curation.html
+++ b/src/webapp/templates/quick_curation.html
@@ -6,19 +6,68 @@
{% block body %}
-
Finding top priority curation needs
-In this demo, we randomly pick 5 classes from the EDAM ontology that need to be curated.
+Finding quick-to-solve curation needs
+
+ Each section displays up to 8 randomly-picked terms. Refreshing the page will allow to display a new selection.
+
+
+ {{ no_wikipedia_link_topic|length }} EDAM topics with missing wikipedia
+ links.
+
+
- {{ count_no_wikipedia }} EDAM topics with missing wikipedia
+ {{ no_wikipedia_link_operation|length }} EDAM operations with missing wikipedia
links.
+
+
+
+
+ {{ no_broad_synonym_topic|length }} EDAM topics with no broad synonyms.
+
+
+
+
+ {{ no_definition_topic|length }} EDAM topics with no definition.
+
+
- 17 EDAM topics with no synonyms.
+
+ {{ no_regex_identifier|length }} EDAM hybrid identifiers with missing regex.
+
+
+
+{# 17 EDAM topics with no synonyms.
+ #}
+
-
{% endblock %}
\ No newline at end of file