';
+ if(result[fields.price] !== undefined) {
+ html += '
' + result[fields.price] + '
';
+ }
+ if(result[fields.title] !== undefined) {
+ html += '
' + result[fields.title] + '
';
+ }
+ if(result[fields.description] !== undefined) {
+ html += '
' + result[fields.description] + '
';
+ }
+ html += ''
+ + '
'
+ ;
+ html += '