{% extends "base.html" %} {% block title %}Модерация{% endblock %} {% block content %}
| ID | Post | Reason | Created | Resolved | Action |
|---|---|---|---|---|---|
| {{ f.id }} | {{ f.title or ('#'+f.post_id|string) }} | {{ f.reason }} | {{ f.created_at }} | {{ 'yes' if f.resolved else 'no' }} | {% if not f.resolved %} {% endif %} |
Нет флагов.
{% endif %} {% endblock %}