{% load i18n %} {{ diff_html }}

{% trans "Edit comment:" %}

{{ version2.revision.comment|default:_("(no comment exists)") }}

{% trans "Note:" %}

{% blocktrans %} This is the fallback compare, because the normal compare can't be applied between the two selected version: {% endblocktrans %}

{{ compare_error }}

{% trans "Revert to the old version will probably not work!" %} ({% trans "More info:" %} django-reversion issues #859)