{{#each cdrs}}
{{#if this.isOutboundCall}} {{else}} {{/if}}
{{this.date}}
{{this.time}}
{{#if this.fromName}}
{{formatPhoneNumber this.fromNumber}}
{{this.fromName}}
{{else}}
{{formatPhoneNumber this.fromNumber}}
{{/if}}
{{#if this.toName}}
{{formatPhoneNumber this.toNumber}}
{{this.toName}}
{{else}}
{{formatPhoneNumber this.toNumber}}
{{/if}}
{{this.duration}}
{{this.hangupCause}}
{{#if ../showReport}} {{/if}}
{{#each this.bLegs}}
{{this.date}}
{{this.time}}
{{#if this.fromName}}
{{formatPhoneNumber this.fromNumber}}
{{this.fromName}}
{{else}}
{{formatPhoneNumber this.fromNumber}}
{{/if}}
{{#if this.toName}}
{{formatPhoneNumber this.toNumber}}
{{this.toName}}
{{else}}
{{formatPhoneNumber this.toNumber}}
{{/if}}
{{this.duration}}
{{this.hangupCause}}
{{#if ../../showReport}}
{{/if}}
{{/each}}
{{/each}}