[[global:sessions]]

[[global:recentips]]
    {{{each ips}}}
  • {@value}
  • {{{end}}}
[[user:info.username-history]]
[[user:info.email-history]]
[[user:info.moderation-note]]


{{{ each moderationNotes }}}
{./note}
{{{ end }}}
[[user:info.latest-flags]]
    {{{ each history.flags }}}
  • {{{ if (./type == "user")}}} [[user:info.profile]] {{{ else }}} [[user:info.post]] {{{ end }}}
    [[user:info.view-flag]]
    {{{ if (./type == "post") }}}

    {{{ if history.flags.targetPurged }}}

    [[flags:target-purged]]
    {{{ else }}} {./title} {{{ end }}}

    {{{ end }}}
    [[user:info.reported-by]]
    {{{ each ./reports }}} {buildAvatar(./reporter, "24px", true)} {{{ end }}}
  • {{{ end }}}
[[user:info.no-flags]]
[[user:info.ban-history]]
    {{{ each history.bans }}}
  • {{{ if (./type != "unban") }}} [[user:banned]] {{{ else }}} [[user:unbanned]] {{{ end }}}

    [[user:info.banned-reason-label]]: {./reason}

    {{{ if ./until }}} [[user:info.banned-until, {isoTimeToLocaleString(./untilISO, config.userLang)}]] {{{ else }}} {{{ if (./type != "unban") }}} [[user:info.banned-permanently]] {{{ end }}} {{{ end }}}

  • {{{ end }}}
[[user:info.no-ban-history]]
[[user:info.mute-history]] {{{ if !muted }}} {{{ if !isSelf }}} {{{ end }}} {{{ else }}} {{{ if !isSelf }}} {{{ end }}} {{{ end }}}
{{{ if history.mutes.length }}}
    {{{ each history.mutes }}}
  • {{{ if (./type != "unmute") }}} [[user:muted]] {{{ else }}} [[user:unmuted]] {{{ end }}}

    [[user:info.banned-reason-label]]: {./reason}

    {{{ if ./until }}} [[user:info.muted-until, {isoTimeToLocaleString(./untilISO, config.userLang)}]] {{{ end }}}

  • {{{ end }}}
{{{ else }}}
[[user:info.no-mute-history]]
{{{ end }}}