{% extends "base.html" %} {% block title %} Topics to be Added {% endblock %} {% block content %}
{{ total - (topics | count) }} / {{ total }} packages have been added. {{ topics | count }} remaining.
Id | Title | Author | Name | Link |
---|---|---|---|---|
{{ topic.topic_id }} | [{{ topic.getType().value }}] {{ topic.title }} | {{ topic.author.display_name}} | {{ topic.name or ""}} | {{ topic.link | domain }} |