diff --git a/app/templates/todo/topics.html b/app/templates/todo/topics.html index d2fcd28..bec0f42 100644 --- a/app/templates/todo/topics.html +++ b/app/templates/todo/topics.html @@ -18,9 +18,14 @@ Topics to be Added

Topics to be Added

- {{ total - (topic_count) }} / {{ total }} topics have been added as packages to CDB. + {{ total - topic_count }} / {{ total }} topics have been added as packages to CDB. {{ topic_count }} remaining.

+
+ {% set perc = 100 * (total - topic_count) / total %} +
+