| Date | Direction | Account | From | To | Type | Status | Duration | Cost |
|---|---|---|---|---|---|---|---|---|
| {{ call.date_created }} | {{ call.account_sid.substr(0,10)+"..." }} |
{{ call.from ? call.from : '?' }} |
{{ call.to ? call.to : '?' }} |
{{ call.status ? call.status : '?' }} |
{{ call.duration ? call.duration : '0' }} s |
$ {{call.cost ? call.cost : '0.00' }} |
{{ totalCalls }} Call{{ totalCalls == 1 ? "" : "s" }}
|