• {{ _('Deleted resource {resource_link} from {pkg_link}').format( resource_link = '{resource_name}'.format( resource_url = h.url_for(qualified=True, controller='resource', action='read', id=change.pkg_id, resource_id = change.resource_id) + "?activity_id=" + change.old_activity_id, resource_name = change.resource_name )|safe, pkg_link = '{pkg_name}'.format( pkg_url = h.url_for(controller='dataset', action='read', id=change.pkg_id), pkg_name = change.title )|safe ) }}