\r\n \r\n {{ new Date(item.timestamp).toLocaleString(\"ru\") }}\r\n | \r\n \r\n {{\r\n dictionary[item.assetId] != null\r\n ? dictionary[item.assetId].name\r\n : item.assetId\r\n }}\r\n | \r\n \r\n {{\r\n (\r\n item.amount /\r\n 10 ** dictionary[item.assetId].decimals\r\n ).toFixed(dictionary[item.assetId].decimals)\r\n }}\r\n | \r\n {{ item.course.toFixed(2) }} | \r\n {{ (item.inUsd / 10 ** 6).toFixed(6) }} | \r\n
\r\n