{{ errorlist(document_form) }} {{ errorlist(revision_form) }} {{ csrf() }} {% include 'wiki/includes/page_buttons.html' %} {{ document_form.category|safe }} {{ ('Create a ') }}{{ _('New Document') }} {{_('Title:')}} {{ document_form.title | safe }} {{_('Slug:')}} {{ document_form.slug | safe }} {% if parent_slug and not is_template %} {{_('Parent:')}} {{ parent_slug }} {% endif %} {% if is_template %} {% else %} {% include 'wiki/includes/document_toc_field.html' %} {% endif %} {{ parent_slug | safe }} {% include 'wiki/includes/guide_links.html' %} {% if is_template %} {{ revision_form.content|safe }} {% else %} {{ revision_form.content|safe }} {% endif %} {% include 'wiki/includes/revision_comment.html' %} {{ _('Tags') }} {% include 'wiki/includes/attachment_list.html' %}