{%extends "base/form.html"%} {%block post_form%} {%if notices%}

Moderation notices

This {{formitemtype}} has previously received the following moderation notices:

{%for n in notices%} {%endfor%}
Date Note
{{n.date}} {{n.text}}
{%endif%} {%endblock%}