{% extends "base.html" %} {% block title %} Topics to be Added {% endblock %} {% block content %}
{{ total - topic_count }} / {{ total }} topics have been added as packages to CDB. {{ topic_count }} remaining.
The forum topic crawler needs to run at least once for this section to work.
{% endif %} {% from "macros/topics.html" import render_topics_table %} {{ render_topics_table(topics, show_discard=True, current_user=current_user) }} {% endblock %} {% block scriptextra %} {% endblock %}