<div class="blocked-users-settings">
<h2 class="user_sttng_panel_hd">{{LANG blocked_users}}</h2>
<p class="user_sttng_panel_sb">{{LANG manage_blocked_users}}</p>
<div class="blocked-users--ls">
<?php if ($context['blocked_users']) {
foreach ($context['blocked_users'] as $key => $udata) {
include 'blocked-users.html';
}
} else{ ?>
<div class="empty_state">
<span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M16,13C15.71,13 15.38,13 15.03,13.05C16.19,13.89 17,15 17,16.5V19H23V16.5C23,14.17 18.33,13 16,13M8,13C5.67,13 1,14.17 1,16.5V19H15V16.5C15,14.17 10.33,13 8,13M8,11A3,3 0 0,0 11,8A3,3 0 0,0 8,5A3,3 0 0,0 5,8A3,3 0 0,0 8,11M16,11A3,3 0 0,0 19,8A3,3 0 0,0 16,5A3,3 0 0,0 13,8A3,3 0 0,0 16,11Z" /></svg></span>
<p>{{LANG no_blocked_users}}</p>
</div>
<?php } ?>
</div>
</div>
<?php
include $context['dirname_theme'].'/main/templates/modals/unblock-user.html';
include $context['dirname_theme'].'/settings/templates/settings/js/script.html';
?>