{% extends "layout.html" %} {% block content %}
{% if reports %} {% for report in reports %} {% endfor %}
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 %}
{% else %}

No new reports have been recorded yet.

{% endif %}
{% endblock %}