admin_merge_diff
Compare two resources and return a formatted list of their differences.
Both inputs can be resource ids or names. The result is intended for the resource merge interface, where editors select which values to retain.
For example:
{% for difference in id|admin_merge_diff:other_id %}
{{ difference }}
{% endfor %}