{% extends "wiki/article.html" %} {% load wiki_tags i18n %} {% load url from future %} {% block pagetitle %}{% trans "Edit" %}: {{ article.current_revision.title }}{% endblock %} {% block wiki_contents_tab %}
{% include "wiki/includes/editor.html" %}
{% trans "Delete article" %}
{% include "wiki/includes/cheatsheet.html" %}
{% endblock %}