Aller au contenu principal
Ouvrir/Fermer le menu de navigation
Retour à femtasy
Envoyer une demande
Recherche
Help Center
Gestion du compte
Comment pouvons nous t’aider?
Recherche
Gestion du compte
Découvrez comment gérer votre compte et tirez parti de femtasy.
Paramètres du compte
❯ Où puis-je trouver les paramètres de mon compte ?
❯ Quels sont les modes de paiement proposés par femtasy ?
❯ Comment changer mon mode de paiement ?
Mot de passe / Email
❯ Comment changer mon mot de passe ?
❯ Comment changer mon adresse mail ?
Résiliation
❯ Comment résilier mon abonnement ?
❯ Puis-je me rétracter de mon achat ?
Réduction pour les étudiants
❯ Est-ce que femtasy offre une réduction aux étudiants & apprentis ?
❯ Comment puis-je utiliser la réduction pour les étudiants ?
❯ Puis-je utiliser la remise pour étudiants ultérieurement?
Vous ne trouvez pas les réponses que vous recherchez?
Contactez-nous!
Catégories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Ouvrir/Fermer le menu de navigation
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Catégories
Catégories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
Afficher plus
<% } %>
<% } %>