{%extends "base/form.html"%} {%block title%}Confirm {{objtype}} submission{%endblock%} {%block contents%}

Confirm {{objtype}} submission

You are about to submit the following {{objtype}} for moderation. Note that once submitted, the contents can no longer be changed.

{%if obj.extramodnotice %}

{{obj.extramodnotice}}

{%endif%}

Your {{objtype}}

{%for fld, title, contents, mdcontents, note in preview %}
{{title}}
{%if mdcontents%}
{{mdcontents|safe}}
{%else%}{{contents}}{%endif%}
{%endfor%}

Confirm

{%include "base/form_contents.html" with savebutton="Submit for moderation"%} {%endblock%}