{% extends 'wiki/base.html' %} {% load i18n %} {% load wiki_markup %} {% block title %} {{ article.title }} {% endblock %} {% block content %}
{% trans "This article does not exist." %} Create it now?" %}
{% endif %} {% render_content article %} {% endblock %} {% block footer %} {% if article.id %} {% trans "Edit this article" %} | {% trans "Editing history" %} | {% trans "Remove this article" %} {% else %} {% trans "Create this article" %} {% endif %} | {% endblock %}