{% extends 'djiki/base_page.html' %} {% load i18n djiki_tags %} {% block title %}{% trans "Content comparison" %}: {{ block.super }}{% endblock %} {% block djiki_main %}

{{ page.title }}

{% blocktrans with from_revision.created as from_time and to_revision.created as to_time %} Comparing content of the page between {{ from_time }} and {{ to_time }}.{% endblocktrans %}

{{ diff|html_diff }}
{% endblock %}