{% extends 'wiki/base.html' %} {% load i18n %} {% load wiki %} {% block title %} {{ article.title }} - Wiki - {{block.super}} {% endblock %} {% block content %}
{% if article.id %} {% trans "Edit this article" %} | {% trans "Editing history" %} {% else %} {% trans "Create this article" %} {% endif %}
{% if not article.id %}

{% trans "This article does not exist." %} Create it now?" %}

{% endif %} {% render_content article %} {% endblock %}