• {{ _('Changed title to {title_link} (previously {old_title})').format( title_link = '{new_title}'.format( new_url = h.url_for(controller='dataset', action='read', id=change.id), new_title = change.new_title )|safe, old_title = change.old_title ) }}