{% extends skin.layout %} {% block title %}{{page_title}}{% endblock %} {% block head_include %} {% ifequal editor_url '/static/edit_area/edit_area_full.js' %} {% endifequal %} {% ifequal editor_url '/static/tinymce/jscripts/tiny_mce/tiny_mce.js' %} {% endifequal %} {% endblock %} {% block content %}
{% if page_title %}

{{page_title}}

{% endif %} {% if message %}

{{message}}

{% endif %}
{{links|safe}}
{{form.as_p}}

 |  Cancel
{% comment %} {{child_form}} {% endcomment %} {% endblock %}