{% extends 'pybb/base.html' %} {% load pybb_extras %} {% load i18n %} {% load wlprofile_extras %} {% load custom_date %} {% load pagination_tags %} {% load static %} {% block title %} {{ topic.name }} - {{ topic.forum.name }} - {{ block.super }} {% endblock title %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content_header %}
This topic is hidden. It is either waiting for a review or was hidden by a moderator.
{% if posts.0.is_spam and user_is_mod %}This topic's first post is possible spam. Toggle the visibility to show the post. If it is indeed spam, consider deleting the user:
To delete the user, go to the admin user-page for the post's author
{% endif %}