{ xtype: 'panel',
	flex: 1,
	bind: {	html:
		'<table width="100%">' +
			'<tr><td>{localtext.heading.name:htmlEncode}</td><td>{project.Name:htmlEncode}</td></tr>' +
			'<tr><td>{localtext.heading.address:htmlEncode}</td><td>{project.Address:htmlEncode}</td></tr>' +
		'</table>'
	}
},