Record A — {{ record_a.id[:12] }}

{{ record_a.content[:300] }}{% if record_a.content|length > 300 %}…{% endif %}
{% if record_a.name %}Name: {{ record_a.name }}{% endif %} {% if record_a.domain %}Domain: {{ record_a.domain }}{% endif %}

Record B — {{ record_b.id[:12] }}

{{ record_b.content[:300] }}{% if record_b.content|length > 300 %}…{% endif %}
{% if record_b.name %}Name: {{ record_b.name }}{% endif %} {% if record_b.domain %}Domain: {{ record_b.domain }}{% endif %}

Resolution Strategy