{% if title %}
{{ title }}
{% endif %}
{% for item in changes %}
{{ item.label }}
{{ item.before }}
β†’ {{ item.after }}
{% endfor %}