{% load i18n %}
old: {% for item in m2m1 %}{{ item }}, {% endfor %}
new: {% for item in m2m2 %}{{ item }}, {% endfor %}
- del + ins