{% extends "base.html" %} {% block title %}Flagged Content{% endblock %} {% block content %}
| Type | {{ sort_header('author_handle', 'Author') }} | Content | {{ sort_header('overall', 'Score') }} | Category | {{ sort_header('created_at', 'Created') }} | Review |
|---|---|---|---|---|---|---|
| {% 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 }} {% endif %} | {% if item.url %} {{ 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