<%- include('../partials/fedi-tabs', { active: 'followers' }) %>

<%= t('tl.followers') %><% if (followers && followers.length) { %> (<%= followers.length %>)<% } %>

<% if (typeof success !== 'undefined' && success) { %>
<%= success %>
<% } %> <% if (typeof error !== 'undefined' && error) { %>
<%= error %>
<% } %>

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

<% if (followers && followers.length) { %> <% } else { %>

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

<% } %>