{% extends "base.html" %} {% block title %} Topics to be Added {% endblock %} {% block content %} {% if not show_discarded %} Show {% else %} Hide {% endif %} Discarded Topics

Topics to be Added

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

{% from "macros/topics.html" import render_topics_table %} {{ render_topics_table(topics, show_discard=True) }} {% endblock %} {% block scriptextra %} {% endblock %}