_showLoadingNotification: function (widgets) {
    var notificationAttrs = {
      status: NOTIFICATION_STATUS.loading,
      info: _t('notifications.widgets.loading_pluralize', {
        smart_count: widgets && widgets.length ? widgets.length : 1