• {{ _('Renamed resource {old_resource_link} to {new_resource_link} in {pkg_link}').format( pkg_link = '{pkg_name}'.format( pkg_url = h.url_for(controller='dataset', action='read', id=change.pkg_id), pkg_name = change.title )|safe, old_resource_link = '{resource_name}'.format( resource_url = h.url_for(qualified=True, controller='resource', action='read', id=change.old_pkg_id, resource_id=change.resource_id) + "?activity_id=" + change.old_activity_id, resource_name = change.old_resource_name )|safe, new_resource_link = '{resource_name}'.format( resource_url = h.url_for(qualified=True, controller='resource', action='read', id=change.new_pkg_id, resource_id=change.resource_id), resource_name = change.new_resource_name )|safe ) }}