{% extends "wiki/base.html" %} {% load i18n %} {% load wiki %} {% load extra_tagging_tags %} {% block head_title %}Wiki{% endblock %} {% block body %} {% if allow_write or article.id %}
{% trans "This article does not exist." %} Create it now?" %}
{% endif %} {% render_content article %} {% show_tags_for article %} {% if article.id and can_observe %} {% if is_observing %} {% else %} {% endif %} {% endif %} {% endblock %}