{{widget.display_field(widget.fields.title)}}
{{widget.display_field(widget.fields.text)}}
{{widget.display_field(widget.fields.state)}}
{{widget.display_field(widget.fields.labels)}}
{% for field in widget.fields %} {% if field.field_type == 'hidden' %} {% set ctx=widget.context_for(field) %} {{field.display(**ctx)}} {% endif %} {% endfor %}
{% for b in buttons %} {{b.display()}} {% endfor %} Cancel
{% if widget.antispam %}{% for fld in g.antispam.extra_fields() %} {{fld}}{% endfor %}{% endif %}