<%- include('../partials/fedi-tabs', { active: 'berichten' }) %>
<%= t('msg.title') %>
<% if (typeof success !== 'undefined' && success) { %>
<%= success %>
<% } %>
<% if (typeof error !== 'undefined' && error) { %>
<%= error %>
<% } %>
<% 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') %>