{% extends "wiki/base.html" %} {% load i18n %} {% block extrabody %} {{ block.super }} {% endblock %} {% block leftcolumn %}
{% for book in books %} {% endfor %}
Filtr:
{{ book.title }} {% ifequal book.chunk_set.count 1 %} [{% trans "edit" %}] {% else %} {% for chunk in book.chunk_set.all %} [{{ 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 %}