You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
339 B

<div id="call_logs_details_popup">
<table class="details-table">
<thead>
<tr>
<td>{{i18n.callLogs.key}}</td>
<td>{{i18n.callLogs.value}}</td>
</tr>
</thead>
<tbody>
{{#each details}}
<tr>
<td title="{{this.key}}">{{this.key}}</td>
<td>{{this.value}}</td>
</tr>
{{/each}}
</tbody>
</table>
</div>