<% if(MyApp.oConfig.marque() != "AM") { %>
<% _.each(offer.get('Descriptif'),function(details){ %>
<%= details.Libelle %>: |
<%= details.Contenu %> |
<% });%>
<% } %>
<%= offer.get('DetailContenu') %>
<% if (offer.get('Statut') == 'nouveau'){ %>
<%} else {%>
<% if (MyApp.oConfig.marque() == "AM" && offer.get('Statut') != 'nouveau'){ %>
<% } %>
<%}%>
<%= refusDialog( {headerTitle: 'dialogue',text: 'blablabla'}) %>
<%= authDialog( {headerTitle: 'dialogue',text: 'blablabla'}) %>
<%= footerTemplate({activedTab: 'propositions'}) %>