• {% set org_link = (h.url_for('organization.read', id=change.pkg_id)) %} {% if change.method == "change" %} {{ _('Changed the image URL of') }} {{change.title}} {{ _('from') }} {{change.old_image_url}} {{ _('to') }} {{change.new_image_url}} {% elif change.method == "remove" %} {{ _('Removed the image URL from') }} {{change.title}} {% elif change.method == "add" %} {{ _('Changed the image URL of') }} {{change.title}} {{ _('to') }} {{change.new_image_url}} {% else %} {{ _('No fields were updated. See the metadata diff for more details.') }} {% endif %}