Pular para o conteúdo principal
Alternar menu de navegação
Back to website
Contact
Entrar
Otter Centro de Ajuda - Portugal
Introdução do tablet
Saiba um pouco mais sobre o seu Tablet Otter.
Panorâmica do tablet
<% if (children.length) { %>
<% children.forEach(function(child, index) { %>
<%= child.innerHTML %>
<% }); %>
of <%= children.length %>
<% } %>
<% if (children.length) { %>
<% children.forEach(function(child, index) { %>
<%= child.title %>
<% }); %>
<% children.forEach(function(child, index) { %>
<%= child.innerHTML %>
<% }) %>
<% } %>
<% if (children.length) { %>
<% children.forEach(function(child, index) { %> <% var isActive = initial === index %>
<% if (child.title.includes("FAQ")) { %>
<%= child.title.substring(4) %>
<% } else if (child.title.includes("Troubleshoot")) { %>
<%= child.title.substring(13) %>
<% } else { %>
<%= child.title %>
<% } %>
<%= child.innerHTML %>
<% }) %>
<% } %>