{% extends 'base.html' %} {%- block content %} {%- if user is not none and user.is_moderator() -%}

{%- if banned_until > 0 -%}
{{- format_time(banned_until) -}}
{%- endif -%}

{%- endif -%}

{{ name }}

{{ minimd(about) | safe }}

{%- endblock %}