<?php // @phpstan-ignore-next-line
if (!defined('ACCESS') || !ACCESS) {
    die('This file cannot be directly accessed.');
} ?>

<div class="content-empty">
	<span class="icon fas fa-ellipsis"></span>
	<h2><?php _se("There's nothing to show here."); ?></h2>
</div>
