{%extends "base/page.html"%} {%load pgfilters%} {%block title%}{{operation|default:"Edit"}} {{formitemtype}}{%endblock%} {%block contents%} {%block pre_form_header%}{%endblock%}

{% if formtitle %}{{ formtitle|safe }}{% else %}{{operation|default:"Edit"}} {{formitemtype}}{% endif %}

{%if form_intro%}

{{form_intro|safe}}

{%endif%} {%include "base/form_contents.html" %} {%block post_form%}{%endblock%} {%endblock%} {% block extrahead %} {{ block.super }} {%endblock%} {%block extrascript%} {%if recaptcha%} {%endif%} {%endblock%}