{% extends "wiki/base.html" %} {% load wiki_tags i18n sekizai_tags %} {% load url from future %} {% block pagetitle %}{% trans "Add new article" %}{% endblock %} {% block wiki_contents %} {% addtoblock "js" %} {% endaddtoblock %}
{% include "wiki/includes/editormedia.html" %}

{% trans "Add new article" %}

{% wiki_form create_form %}
{% trans "Go back" %}
{% include "wiki/includes/cheatsheet.html" %}
{% endblock %}