{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}

Your reports

Every report you file is acknowledged here, together with the outcome once a moderator decides. Reports are private to you.

{% for report in reports %} {% else %} {% endfor %}
Reports you filed and their outcome
Target Reason Status Filed Resolved
{{ report['target_type'] }} {{ report['reason_label'] }} {{ report['status'] }} {{ dt_ago(report['created_at']) }} {% if report['resolved_at'] %}{{ dt_ago(report['resolved_at']) }}{% else %}-{% endif %}
You have not filed any reports.
{% include "_pagination.html" %}
{% endblock %}