{% extends "wiki/article.html" %} {% load wiki_tags i18n %} {% load url from future %} {% 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 %}
{% include "wiki/includes/editor_sidebar.html" %}
{% if article|can_delete:user %}
{% endif %}
{% include "wiki/includes/modals.html" %} {% endblock %}