{% extends "wiki/base.html" %} {% load i18n %} {% load markup %} {% load paginator %} {% load wiki %} {% block contents %}
Name | Description | Long description |
---|---|---|
{{ obj.absolutename }} | {{ obj.desc }} | {{ obj.long_desc|default:"--"|truncatewords_html:4 }} |
No wikis found.
{% endif %}Name | Description | Title | Text |
---|---|---|---|
{{ obj.absolutename }} | {{ obj.desc }} | {{ obj.title }} | {{ obj.get_content|wiki|truncatewords_html:4 }} |
No pages found.
{% endif %}Name | Description | Revision | Title | Text |
---|---|---|---|---|
{{ pc.page.absolutename }} | {{ pc.page.desc }} | r{{ pc.rev }} | {{ pc.title|default:"--"|truncatewords_html:4 }} | {{ pc|wiki|truncatewords_html:4 }} |
No page contents found.
{% endif %}