📓 = htmlspecialchars($bn['title']) ?>
= __('label_owner_prefix') ?>= htmlspecialchars($bn['username'] ?? '') ?> • = __('label_updated_prefix') ?>= date('d/m/Y H:i', strtotime($bn['updated_at'] ?? 'now')) ?>
✅ = htmlspecialchars($msg_success) ?>
⚠️ = htmlspecialchars($msg_error) ?>
= __('empty_blocknotes_title') ?>
= __('empty_blocknotes_desc_user') ?>
📌 = htmlspecialchars($note['title']) ?>
= count($subnotes) ?> = (count($subnotes) === 1) ? __('subnote_single') : __('subnote_plural') ?>= htmlspecialchars($note['description']) ?>
= __('empty_blocknotes_desc_user') ?>
📑 = htmlspecialchars($sub['title']) ?>
= ($sub['type'] === 'command') ? __('badge_command') : __('badge_text') ?>
⚡ = __('badge_command') ?>
= htmlspecialchars($sub['content']) ?>
= nl2br(htmlspecialchars($sub['content'])) ?>