}
//gets the new information for the template from the request object
Container newContainer = new Container();
newContainer.copy(source);
String appendToName = getAppendToContainerTitle(source.getTitle(), destination);
newContainer.setFriendlyName(source.getFriendlyName() + appendToName);
newContainer.setTitle(source.getTitle() + appendToName);