{% extends "base.html" %} {% block title %} {{ _("Report") }} {% endblock %} {% block headextra %} {% if noindex %} {% endif %} {% endblock %} {% block content %}
{{ _("Due to spam, we no longer accept reports from anonymous users on this form.") }} {{ _("Please sign in or contact the admin in another way") }}
{% else %} {% from "macros/forms.html" import render_field, render_submit_field, render_checkbox_field %} {% endif %} {% endblock %}