<%= t('tl.title') %>

<%= t('tl.lead') %>

<%- include('../partials/tl-tabs', { active: 'following' }) %> <% if (typeof success !== 'undefined' && success) { %>
<%= success %>
<% } %> <% if (typeof error !== 'undefined' && error) { %>
<%= error %>
<% } %>

<%= t('tl.explain_heading') %>

✨ <%= t('tl.autoboost') %> — <%= t('tl.autoboost_hint') %>

<% if (following && following.length) { %>

<%= t('tl.following') %> (<%= following.length %>)

<% } else { %>

<%= t('tl.empty_following') %>

<% } %>