{% extends 'generic/object.html' %} {% load i18n %} {% block content %}
| {% trans "Attribute" %} | {% trans "Original" %} | {% trans "In this branch" %} |
|---|---|---|
{{ attr.field }} |
{{ attr.original_display|default:"-" }} | {{ attr.modified_display|default:"-" }} |
| {% trans "No attribute-level changes recorded." %} | ||