{% if concern.reporter %} Reported by {{ concern.reporter.get_full_name }} {% else %} Reported anonymously {% endif %} @ {{ concern.ip|default_if_none:"(unknown IP)" }} on {{ concern.created|date }} at {{ concern.created|time }}

{% if concern.comment %}
{{ concern.comment }}
{% endif %} {% if concern.headers %}
{{ concern.headers }}
{% endif %}

{{ concern.document|safe }}