{% extends "base.html" %} {% block title %}Flagged Content{% endblock %} {% block content %}
| Type | Author | Content | Score | Category | Created |
|---|---|---|---|---|---|
| {% if item.item_type == 'post' %} Post {% elif item.item_type == 'reply' %} Reply {% elif item.item_type == 'mention' %} Mention {% endif %} | {% if item.author_handle %} @{{ item.author_handle }} {% else %} {% endif %} {% if item.item_type == 'mention' and item.mentioned_handle %} → @{{ item.mentioned_handle }} {% endif %} | {% if item.source_type == 'post' %} {{ item.text | truncate_text(200) }} {% else %} {{ item.text | truncate_text(200) }} {% endif %} | {% if item.top_category %} {{ item.top_category }} {% else %} — {% endif %} | {{ item.created_at | time_ago }} |
No flagged content found
Try adjusting your filters or threshold