{% extends "wiki/base.html" %} {% load i18n %} {% load wiki %} {% load pagination_tags %} {% load humanize %} {% block head_title %}Wiki{% endblock %} {% block body %} {# wiki_title group #} {% include "wiki/searchbox.html" %} {% autopaginate articles %} {% regroup articles by created_at.date as articles_by_creation_date %} {% if articles %} {% for date in articles_by_creation_date %}
Start a NewArticle.
{% endif %} {% endblock %}