Come In

<%= p('header_subtitle') %>

<% if(app.getCustomer().isLogged()){ %> <%= p('header_link_label') %> <% } else { %> <%= t('Je me connecte', 'ComeIn') %> <% } %> <%= p('header_anchor') %>
<%= p('strate1_cell1_title') %>
<%= p('strate1_cell1_subtitle') %>
<%= p('strate1_cell2_title') %>
<%= p('strate1_cell2_subtitle') %>
<% if( app.getCustomer().isLogged() ) { %>

<%= t('Ma cagnotte', 'Account') %>

<%= cart.formatEarnCagnotte() %> <% } else { %>

<%= t('Voir le montant de ma cagnotte', 'Account') %>

<%= t('Je me connecte', 'ComeIn') %> <% } %>
<%= p('strate1_cell3_title') %>
<%= p('strate1_cell3_subtitle') %>

<%= p('strate2_title') %>

<% listStatus().each(function(status){ %>
<%= status.id %>

<%= p('strate2_cell'+status.n+'_subtitle') %>

<% }) %>
<% listStatus().each(function(status){ %> <% }) %> <% listStatus().each(function(status){ %> <% }) %> <% listStatus().each(function(status){ %> <% }) %> <% listAdvantages().each(function(a){ %> <% }) %>
<%= status.name %>
<%= t('Nombre de commandes', 'ComeIn') %><%= status.orders_count %>
<%= t('Montant total des commandes', 'ComeIn') %><%= formatPrice(status.orders_amount) %>
<%= tableText(a.id) %> <%= a.ichi ? '•':'' %> <%= a.ni ? '•':'' %> <%= a.san ? '•':'' %>
<% listStatus().each(function(status){ var status_code = status.id %>
<%= status.name %>
<%= t(status.h6, 'ComeIn') %>
    <% listAdvantages().each(function(a){ %>
  • <% if(a[status_code]){ %> <% }else{ %> <% } %>

    <%= tableText(a.id) %>

  • <% }) %>
<% }) %>
<% listStatus().each(function(status,i){ %> <% }) %>

<%= p('strate3_title') %>

<% _([1,2,3]).each(function(k,i){ %>
<% if(i===0){ %> <% }else{ %> <% } %>

<%= p('strate3_cell'+k+'_title') %>

<%= p('strate3_cell'+k+'_subtitle') %>

<%= p('strate3_cell'+k+'_ctalabel') %>
<% }) %>
<% listStatus().each(function(status){ %>
<%= status.title %>
<%= status.subtitle %>
<% listAdvantages().each(function(a){ if(a[status.id]){ %>
<%= a.desc_front %> <%= p('advantage_seedetails') %>

<%= a.desc_back %>

<% }}) %>
<%= t('Je commande', 'ComeIn') %>
<% }) %>