From b8ca5d24c50f108ea574c89405e2ce2e70ea18af Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sun, 23 Dec 2018 18:03:23 +0000 Subject: Add pagination and search to topics --- app/templates/todo/topics.html | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'app/templates') diff --git a/app/templates/todo/topics.html b/app/templates/todo/topics.html index 74a9381..4236a40 100644 --- a/app/templates/todo/topics.html +++ b/app/templates/todo/topics.html @@ -8,10 +8,32 @@ Topics to be Added

Topics to be Added

- {{ total - (topics | count) }} / {{ total }} packages have been added. + {{ total - (topic_count) }} / {{ total }} packages have been added. {{ topics | count }} remaining.

+
+ + +
+ {% from "macros/topics.html" import render_topics_table %} {{ render_topics_table(topics) }} + + {% endblock %} -- cgit v1.2.3