{{ errorlist(document_form) }} {{ errorlist(revision_form) }}
{{ csrf() }}
{% if waffle.flag('redesign') %} {% include 'wiki/includes/page_buttons.html' %} {% endif %} {{ document_form.category|safe }}

{{ ('Create a ') }}{{ _('New Document') }}

{% if not waffle.flag('redesign') %} {% include 'wiki/includes/page_buttons.html' %} {% endif %}
{% if is_template %} {{ revision_form.content|safe }}
{% else %}
{{ revision_form.content|safe }}
{% endif %} {% include 'wiki/includes/revision_comment.html' %}
{% if waffle.flag('redesign') %}

{{ _('Tags') }}

{% else %}

{{ _('Tags') }}

{% endif %}
{% include 'wiki/includes/attachment_list.html' %}