{% load i18n %}

old: {% for item in m2m1 %}{{ item }}, {% endfor %}

new: {% for item in m2m2 %}{{ item }}, {% endfor %}

{% for item in m2m1 %} {% endfor %} {% for item in m2m2 %} {% endfor %}
{% trans "old" %} {% trans "new" %}
{{ item }}a1 a2
{{ item }}b1 b2
- del
+ ins