<% if (loading) { %>

<%= i18n._('chargement') %>...

<% } else if (_.size(messages) === 0) { %>

<%= i18n._('aucune_donnee') %>

<% } else { %> <% var date=moment(messages[0].date).format('L') %> <% _.each(messages, function (message,index) { %> <% if (index===0 || moment(message.date).format('L') !== date){%>
<%- moment(message.date).format('L') %>
<%}%>
<%- message.content %>
<% if(message.type === 'agent'){%>
<%- message.author %>
<%}%> <% if(message.type === 'agent' || message.type === 'client' ){%>
<% if(message.type === 'client' ){%> <%}else{%> <% }%>
<%- moment(message.date).format('LT') %>
<% } %> <% if(message.type === 'agent'){%> <% } %>
<% date = moment(message.date).format('L') %> <% }); %> <% } %>