<%- include('../partials/fedi-tabs', { active: 'berichten' }) %>
<%= t('msg.title') %>
<% if (typeof success !== 'undefined' && success) { %>
<%= success === 'guardian_accepted' ? t('msg.guard_accepted') : (success === 'guardian_rejected' ? t('msg.guard_rejected') : success) %>
<% } %>
<% if (typeof error !== 'undefined' && error) { %>
<%= error === 'guardianship' ? t('msg.guard_failed') : error %>
<% } %>
<%# FEP-633c: a pending guardianship offer is a special message: the kid
answers here (accept/reject travels the same C2S pipeline as the apps). %>
<% if (typeof guardianOffers !== 'undefined' && guardianOffers.length) { %>
<% guardianOffers.forEach(function(o){ %>
🛟
<%= o['shaer:candidateHandle'] || o['shaer:candidate'] %>
<%= t('msg.guard_offer') %>
<% }); %>
<% } %>
<%= t('msg.filter_all') %>
<%= t('msg.filter_msgs') %>
<%= t('msg.filter_conv') %>
<%= t('msg.filter_act') %>
<%= t('msg.filter_mod') %>
<%= t('msg.filter_sent') %>
<% var _seen = (typeof seenAt !== 'undefined' && seenAt) ? seenAt : 0; %>
<% if (!items || !items.length) { %>
<%= t('msg.empty') %>
<% } else { %>
<% items.forEach(function(n){ %><%- include('../partials/msg-item', { n: n, seen: _seen }) %><% }); %>
<%= t('msg.no_match') %>
<%- include('../partials/load-more', { hasMore: hasMore, nextOffset: nextOffset, moreBase: moreBase, moreTarget: '#msg-list', morePath: '/messages' }) %>
<% } %>
<%# Interact bookmarklet — moved here from the old Reacties page. %>
<%= t('fedi.bm_label') %>
<%= t('fedi.bm_help') %>
<%= t('fedi.bm_label') %>