<%= smallHeaderTemplate({title: 'Proposition de mission', subTitle: offer.get('Qualification')}) %>
<% if(MyApp.oConfig.marque() != "AM") { %> <% _.each(offer.get('Descriptif'),function(details){ %> <% });%>
<%= details.Libelle %>: <%= details.Contenu %>

<% } %> <%= offer.get('DetailContenu') %> <% if (offer.get('Statut') == 'nouveau'){ %>
<% if (MyApp.oConfig.marque() != "AM"){ %> Postuler Refuser <%} else { %> Postuler Refuser <% } %>
<%} else {%> <% if (MyApp.oConfig.marque() == "AM" && offer.get('Statut') != 'nouveau'){ %>
Planning
<% } %> <%}%> <%= refusDialog( {headerTitle: 'dialogue',text: 'blablabla'}) %> <%= authDialog( {headerTitle: 'dialogue',text: 'blablabla'}) %>
<%= footerTemplate({activedTab: 'propositions'}) %>