{# vim: set et ts=8 sts=4 sw=4 ai: #} {% extends "form.html" %} {% block menu %} {{ super() }} {% include 'snippets/menutree.html' %} {% endblock %} {% block formcontent %} {% if olddrafts or newdrafts %} {% set temp = namespace(ownold=false, ownnew=false, others=false) %}
{% if olddrafts %} There are drafts saved for {{pagename}}: {%endif%} {% if newdrafts %} There are drafts saved for {{new_pagename}}: {%endif%} {% if temp.ownnew or temp.ownold %} You can review and edit or discard your draft{%if temp.ownold and temp.ownnew %}s {%endif%} {%if temp.ownold%} for {{pagepath}} here{%endif%} {%- if temp.ownold and temp.ownnew %} and {%endif%} {%- if temp.ownnew%} {{new_pagename}} here{%endif%}. {% endif %} {% if temp.others %} You can not review, edit or discard the drafts of other users. They will persist for the current pagename. {% endif %}
{% endif %}
{% if pagename_prefixes and pagename_prefixes|length > 0 %}
Move page in subdirectory:
{% for prefix in pagename_prefixes %} {% endfor %}
{% endif %}
Hint: Avoid abbreviations. Try to limit your name to three simple words or fewer.
Cancel
{% endblock %}