{% load i18n %}
{% trans "Edit comment:" %} - {{version}} {% if object.version.revision.user %} {{action.revision.user.username}} {% if action.revision.user.first_name %} ({{action.revision.user.first_name}} {{action.revision.user.last_name}}){% endif %} {% endif %}

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

{% if has_unfollowed_fields %}

{% trans "Note:" %}

{% blocktrans %} Fields/entries marked with are not under reversion control. It may be that not all marked information is accurate. {% endblocktrans %}

{% endif %} {% if compare_data %} {% for field_diff in compare_data %} {% endfor %}
Field name Differences
{% firstof field_diff.field.verbose_name field_diff.field.related_name %}{% if field_diff.is_related and not field_diff.follow %}{% endif %} {% if field_diff.field.help_text %}

{{ field_diff.field.help_text }}

{% endif %}

{{ field_diff.diff }}

{% else %}

{% trans "There are no differences." %}

{% endif %}