switch if condition and add tabs

master
Aevann 2023-10-27 14:12:55 +03:00
parent b7247c6c0b
commit 5def0e32df
1 changed files with 3 additions and 1 deletions

View File

@ -1 +1,3 @@
{% if v and v.can_see_shadowbanned and user.shadowbanned %}<i class="fas fa-user-times text-admin" data-bs-toggle="tooltip" data-bs-placement="bottom" title='Shadowbanned by @{{user.shadowbanner}} for "{{user.ban_reason}}"' data-bs-html="true"></i>{% endif %}
{% if user.shadowbanned and v and v.can_see_shadowbanned %}
<i class="fas fa-user-times text-admin" data-bs-toggle="tooltip" data-bs-placement="bottom" title='Shadowbanned by @{{user.shadowbanner}} for "{{user.ban_reason}}"' data-bs-html="true"></i>
{% endif %}