{% extends "waliki/detail.html" %} {% load i18n %} {% load tz %} {% block extra_head %} {{ block.super }} {% endblock %} {% block header %} {% block title %}
{{ change.page.slug }} | {{ change.version }} | {% with change.version|add:"^" as parent %}{% trans "diff" %} | {% endwith %}{{ change.author }} | {% blocktrans with since=change.date|localtime|timesince:now context "timesince humanized" %} {{ since }} ago {% endblocktrans %} | {{ change.message }} |