Skip to main content
Toggle navigation menu
Back to website
Contact
Sign in
Otter Help Center - UK
Tablet Introduction
Learn a bit more about your Otter Tablet.
Tablet Overview
<% 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 %>
<% }) %>
<% } %>