{% extends "base.html" %}
{% block title %}
{{ user.username }}
{% endblock %}
{% block content %}
{{ user.display_name }}
List of your forum topics which do not have a matching package. Topics with a strikethrough have been marked as discarded.
{% from "macros/topics.html" import render_topics_table %} {{ render_topics_table(topics_to_add, show_author=False, show_discard=True, current_user=current_user) }} {% else %}Congrats! You don't have any topics which aren't on CDB.
{% endif %}