{% extends "layout.html" %} {% block content %}
Date | User | Report Type | Content |
---|---|---|---|
{{ report.datetime }} |
{% if report.user_contact %}{{ report.user_contact }}{% endif %}
{% if report.user_contact and report.user %} {% endif %} {% if report.user %}{{ report.user }}{% endif %} |
{% if report.type == "url" %} {% elif report.type == "email" %} {% endif %}{{ report.type }} | {% if report.type == "url" %} {{ report.content }} {% else %} {% endif %} |
No new reports have been recorded yet.
{% endif %}