{% extends "waliki/detail.html" %} {% load i18n %} {% load tz %} {% block extra_head %} {{ block.super }} {% endblock %} {% block header %} {% block title %}

{% trans "What changed" %}

{% endblock title %}
RSS
{% endblock %} {% block content %} {% for change in changes %} {% with change.version|add:"^" as parent %} {% endwith %} {% endfor %}
{{ change.page.slug }} {{ change.version }}{% trans "diff" %}{{ change.author }} {% blocktrans with since=change.date|localtime|timesince:now context "timesince humanized" %} {{ since }} ago {% endblocktrans %} {{ change.message }}
{% endblock content %}