<%_.each(OffersCollection,function(offer){ %>
PropositionUnread<% } %>" id="missionListItem<%= offer.get('Id') %>">
<% if(offer.get('Statut') == 'nouveau') { %>
Nouveau <% } %> <% if(offer.get('Statut') == 'repondu') { %>
Postulé <% } %> <% if(offer.get('Statut') == 'en cours') { %>
Retenu <% } %> <% if(offer.get('Statut') == 'accepte') { %>
Retenu <% } %> <% if(offer.get('Statut') == 'refuse') { %>
Non retenu <% } %>
le <%= offer.get('DebutString') %>
<%= offer.get('Qualification') %>
<% if (MyApp.oConfig.marque() != "AM"){ %>
<%= offer.get('Duree') %>
<% } %>
<%= offer.get('Synthese') %>
<%});%>