|
|
|
@ -4,7 +4,15 @@
|
|
|
|
|
<div class="profile row">
|
|
|
|
|
<h1 class="fullname"><!-- IF fullname -->{fullname}<!-- ELSE -->{username}<!-- ENDIF fullname --></h1>
|
|
|
|
|
<h2 class="username"><!-- IF !banned -->@{username}<!-- ELSE -->[[user:banned]]<!-- ENDIF !banned --></h2>
|
|
|
|
|
|
|
|
|
|
<!-- IF banned -->
|
|
|
|
|
<div class="text-center">
|
|
|
|
|
<!-- IF banned_until -->
|
|
|
|
|
[[user:info.banned-until, {banned_until_readable}]]
|
|
|
|
|
<!-- ELSE -->
|
|
|
|
|
[[user:info.banned-permanently]]
|
|
|
|
|
<!-- ENDIF banned_until -->
|
|
|
|
|
</div>
|
|
|
|
|
<!-- ENDIF banned -->
|
|
|
|
|
|
|
|
|
|
<!-- IF selectedGroup.slug -->
|
|
|
|
|
<div class="text-center">
|
|
|
|
|