{% extends "wiki/article.html" %} {% load humanize %} {% load i18n %} {% load wiki_extra %} {% load wiki_tags %} {% block wiki_pagetitle %}Listing articles in {{ article.current_revision.title }}{% endblock %} {% block wiki_contents_tab %} {% url 'wiki:dir' urlpath.path as self_url %}
{% with paginator.object_list.count as cnt %} {% blocktrans with urlpath.path as path and cnt|pluralize:_("article,articles") as articles_plur and cnt|pluralize:_("is,are") as articles_plur_verb trimmed %} Browsing /{{ path }}. There {{ articles_plur_verb }} {{ cnt }} {{ articles_plur }} in this level. {% endblocktrans %} {% endwith %}
{% include "wiki/includes/pagination.html" %}Title | Slug | Last modified |
---|---|---|
{{ urlpath.article.current_revision.title }} {% if urlpath.article.current_revision.deleted %} {% endif %} {% if urlpath.article.current_revision.locked %} {% endif %} | {{ urlpath.slug }} | {{ urlpath.article.current_revision.created|naturaltime }} |
There are no articles at this level |