{% extends "_page.html" %} {% block content %}

Spam Feedback Loop Reports

Report #{{ report.id }}

Received at {{ report.timestamp.strftime('%Y-%m-%d %H:%M') }}.

{% if report.message %}
{{ report.message.decode('utf-8') }}
{% else %}

No message body has been saved.

{% endif %} {% endblock %}