<%= 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 { %>
<% blocks.forEach(function(b){ %>
-
<%= b.kind === 'domain' ? '🌐' : '👤' %>
<%= b.label || b.target %>
<% }); %>
<% } %>