Ext.define('NgcpCsc.view.pages.conversationwith.Notifications', { extend: 'Ext.DataView', xtype: 'notifications', cls: 'user-notifications', scrollable: true, disableSelection: true, itemTpl: [ "
", "
", "
", "
{[Ngcp.csc.formatter.timeSince(values.start_time)]} " + Ngcp.csc.locales.common.ago[localStorage.getItem('languageSelected')] + "
", "
", "", "

{text}

", "
", "
", "
" ] });