{% extends "wiki/base.html" %} {% load i18n %} {% block extrabody %} {{ block.super }} {% endblock %} {% block leftcolumn %}
{% for book in books %} {% endfor %}
Filtr:
[?] {% ifequal book.chunk_set.count 1 %} {{ book.title }} {% else %} {{ book.title }}
{% for chunk in book %} {{ forloop.counter }}. {{ chunk.comment }}
{% endfor %}
{% endifequal %}
{% endblock leftcolumn %} {% block rightcolumn %}

{% trans "Your last edited documents" %}

    {% for slugs, item in last_books %}
  1. {{ item.title }}
    ({{ item.time|date:"H:i:s, d/m/Y" }})
  2. {% endfor %}
{% endblock rightcolumn %}