{% extends "wiki/article.html" %} {% load wiki_tags i18n sekizai_tags %} {% block wiki_pagetitle %}{% trans "Edit" %}: {{ article.current_revision.title }}{% endblock %} {% block wiki_contents_tab %} {% if not user.is_authenticated %}

{% trans "Warning: You are not logged in. Your IP address will be logged." %} {% trans "Click here to log in" %} »

{% endif %}
{% with edit_form as form %} {% include "wiki/includes/editor.html" %} {% endwith %}
{% if user.is_authenticated and urlpath.path %} {% trans "Move article" %} {% endif %} {% if article|can_delete:user %} {% trans "Delete article" %} {% endif %}
{% include "wiki/includes/editor_sidebar.html" %}
{% include "wiki/includes/modals.html" %} {% addtoblock "js" %} {% endaddtoblock %} {% endblock %}