<% var stateIcon = { wait: 'to-do', work: 'in-progress', done: 'done' }, stateLabel = { wait: i18n._('select_state_wait'), work: i18n._('select_state_work'), done: i18n._('traite') }; typeIcon = serviceHelper.getIcon(interaction.current_service.type) stateIcon = stateIcon[interaction.state]; stateLabel = stateLabel[interaction.state]; if (interaction.media.type === 'email') { if (interaction.media.is_draft) { typeIcon = 'mail-out'; stateIcon = 'draft'; stateLabel = i18n._('select_state_draft'); } else if (interaction.media.direction === 'out') { typeIcon = 'mail-out'; stateIcon = 'done'; stateLabel = i18n._('mail_envoye'); } } %>
<% if(stateIcon === 'draft') { %> <% } else { %> <% } %>
<% if (interaction.label !== ''){ %> <%- interaction.label %> <% }else if (interaction.media.type === 'email') {%> <% if (interaction.media.direction == "out") { if (interaction.media.to){ %> <%= i18n._p('destinataire','a') %> : <% _.each(interaction.media.to, function(to, index) { if (index > 0) {%> ; <%}%> <% if(to.name != ""){ %> <%- to.name %> <<%- to.address%>> <%} else{%> <%- to.address %> <%}%> <%}) } else{%> <%= i18n._('sans_destinataire') %> <%}%> <% } else { if(interaction.media.from === null){%> <%=i18n._('sans_expediteur')%> <%} else{%> <% if(interaction.media.from.name != ""){ %> <%- interaction.media.from.name %> <%} else{%> <%- interaction.media.from.address %> <%}%> <%}%> <% } %> <% } else if (interaction.media.type === 'call') {%> <%- interaction.media.cust_number %> <% } else if (interaction.media.type === 'custom') {%> <%= i18n._('tache_personnalisee') %> <% } else if (interaction.media.type === 'messaging') {%> <%= i18n._('messaging') %> <% } else if (interaction.media.type === 'chat') {%> <%= i18n._('conversation_chat') %> <% }%>
<%- interaction.current_service.name %> <% if (interaction.media.is_draft){ %> - <%= i18n._('brouillon')%> <% } %>
-
<% if (interaction.current_agent.id === agent.agentId) { %> <%= i18n._('Moi') %> <% } else { %> <% if (interaction.current_agent.name!== '') { %> <%- interaction.current_agent.name %> <% } %> <% } %>
<%- interaction.custumDate %>
<% if(interaction.media.type === 'email') { %>
<% if (interaction.media.type === 'email') {%> <%- (interaction.media.object === null) ? '(' + i18n._('aucun_objet') + ')' : interaction.media.object %> <% } %>
<% if (interaction.media.type === 'email') {%> <%- interaction.media.content.text %> <% } %>
<% } %>
<% if(stateIcon === 'draft') { %> <% } else { %> <% } %>
<% if (interaction.label !== ''){ %> <%- interaction.label %> <% }else if (interaction.media.type === 'email') {%> <% if (interaction.media.direction == "out") { if (interaction.media.to){ %> <%= i18n._p('destinataire','a') %> : <% _.each(interaction.media.to, function(to, index) { if (index > 0) {%> ; <%}%> <% if(to.name != ""){ %> <%- to.name %> <<%- to.address%>> <%} else{%> <%- to.address %> <%}%> <%}) } else{%> <%= i18n._('sans_destinataire') %> <%}%> <% } else { if(interaction.media.from === null){%> <%=i18n._('sans_expediteur')%> <%} else{%> <% if(interaction.media.from.name != ""){ %> <%- interaction.media.from.name %> <%} else{%> <%- interaction.media.from.address %> <%}%> <%}%> <% } %> <% } else if (interaction.media.type === 'call') {%> <%- interaction.media.cust_number %> <% } else if (interaction.media.type === 'custom') {%> <%= i18n._('tache_personnalisee') %> <% } else if (interaction.media.type === 'messaging') {%> <%= i18n._('messaging') %> <% } else if (interaction.media.type === 'chat') {%> <%= i18n._('conversation_chat') %> <% }%>
<%- interaction.custumDate %>
<% if(interaction.media.type === 'email') { %>
<% if (interaction.media.type === 'email') {%> <%- (interaction.media.object === null) ? '(' + i18n._('aucun_objet') + ')' : interaction.media.object %> <% } %>
<% if (interaction.media.type === 'email') {%> <%- interaction.media.content.text %> <% } %>
<% } %>
<%- interaction.current_service.name %> <% if (interaction.media.is_draft){ %> - <%= i18n._('brouillon')%> <% } %>
-
<%- stateLabel %> <% if (interaction.current_agent.id === agent.agentId) { %> |<%= i18n._('Moi') %> <% } else { %> <% if (interaction.current_agent.name!== '') { %> |<%- interaction.current_agent.name %> <% } %> <% } %>
<% if(currentRoute !== '') { %>
<% } %>