{% extends 'wiki/base.html' %} {% load i18n %} {% load wiki %} {% block title %} {{ article.title }} {% endblock %} {% block content %}

{{ article.title }}

{% if not article.id %}

{% 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" %} {% else %} {% trans "Create this article" %} {% endif %} | {% endblock %}