<%- 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') %>

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

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

<% } else { %>

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

<% } %>