{% extends "wiki/base.html" %} {% load i18n %} {% load markup %} {% load wiki %} {% load pagelink %} {% block pagetop %} {% include "wiki/page-icon-links.html" %} {% pagelink page "y" %} {% include "wiki/navigation.html" %} {% endblock pagetop %} {% block contents %} {% if content.title %}

{{ content.title }}

{% endif %} {% if page.desc %}

{{ page.desc }}

{% endif %}
{{ content|wiki }}

{% if page.attachment_set.all %}

Attachments

{% for att in page.attachment_set.all %} {% endfor %}
Name Description
{{ att.name }}{{ att.desc|default:"--" }}
{% endif %} {% endblock contents %} {% block pagebottom %} {% include "wiki/page-icon-links.html" %} {% pagelink page "y" %}
History.
text | PDF | HTML {% endblock pagebottom %} {% block sidebarextra %}
Linked pages {% if content.linked.all %} {% else %}

--

{% endif %}
Linked by {% if page.linkedby.all %} {% else %}

--

{% endif %}
{% endblock sidebarextra %}