{% load wiki_tags i18n humanize %} {% for urlpath in article.urlpath_set.all %} {{ article.current_revision.title }}
/{{ urlpath.path }}
{% empty %} {{ article.current_revision.title }} {% endfor %} {% if article.current_revision.deleted %} {% endif %} {% if article.current_revision.locked %} {% endif %}

{{ article.render|get_content_snippet:search_query }}

{{ article.current_revision.created|naturaltime }}