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

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

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

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

<%= t('blk.empty') %>

<% } else { %> <% } %>