{% if mod|hasPermission(config.mod.view_notes) and notes is not null %}
{% endif %} {% if bans and bans|length > 0 and mod|hasPermission(config.mod.view_ban) %} {% endif %} {% if mod|hasPermission(config.mod.ban) %} {% endif %} {% if logs and logs|length > 0 %} {% endif %} {{ include('mod/user_posts_list.html', {posts: posts}) }}