- | <%- @T('From') %> | -<%- @T('To') %> | -<%- @T('Status') %> | -<%- @T('Duration') %> | -<%- @T('Time') %> | -
---|---|---|---|---|---|
- - | -
- <% shown = false %>
- <% if item.preferences.from && !_.isEmpty(item.preferences.from): %>
- <% for caller_id in item.preferences.from: %>
- <% if caller_id.user_id && App.User.exists(caller_id.user_id): %>
- <% shown = true %>
- <% user = App.User.find(caller_id.user_id) %>
- <% if caller_id.level isnt 'known': %><%- @T('maybe') %> <% end %>
- <%= user.displayNameLong() %> - <% else if caller_id.comment: %> - <% shown = true %> - <%- @T('maybe') %> <%= caller_id.comment %> - <% end %> - <% end %> - <% end %> - <% if !shown && item.from_comment: %> - <% shown = true %> - <% if item.from_comment: %><%= item.from_comment %><% end %> - - <% end %> - <% if shown: %> - <%= item.from %> - <% else: %> - <%= item.from %> - <% end %> - |
-
- <% shown = false %>
- <% if item.preferences.to && !_.isEmpty(item.preferences.to): %>
- <% for caller_id in item.preferences.to: %>
- <% if caller_id.user_id && App.User.exists(caller_id.user_id): %>
- <% shown = true %>
- <% user = App.User.find(caller_id.user_id) %>
- <% if caller_id.level isnt 'known': %><%- @T('maybe') %> <% end %>
- <%= user.displayNameLong() %> - <% else if caller_id.comment: %> - <% shown = true %> - <%- @T('maybe') %> <%= caller_id.comment %> - <% end %> - <% end %> - <% end %> - <% if !shown && item.to_comment: %> - <% shown = true %> - <% if item.to_comment: %><%= item.to_comment %><% end %> - - <% end %> - <% if shown: %> - <%= item.to %> - <% else: %> - <%= item.to %> - <% end %> - |
- - <% if item.state_human: %> - <%- @Icon('status', "#{item.status_class} inline") %> <%- @T(item.state_human) %> - <% end %> - | -<%= item.duration %> | -<%- @humanTime(item.created_at) %> | -