<%- include('../partials/fedi-tabs', { active: 'following' }) %>
<%= t('tl.tab_following') %>
<% if (typeof success !== 'undefined' && success) { %>
<%= success %>
<% } %>
<% if (typeof error !== 'undefined' && error) { %>
<%= error %>
<% } %>
✨ <%= t('tl.autoboost') %> — <%= t('tl.autoboost_hint') %>
<%= t('tl.move_title') %>
<%= t('tl.move_hint') %>
⬇ <%= t('tl.move_export') %>
<% if (following && following.length) { %>
<%= t('tl.following') %> (<%= following.length %>)
<% } else { %>
<%= t('tl.empty_following') %>
<% } %>