{% extends "root.html" %} {% block head %} {{ profile.username }} (banned) - {{ config.name }} {% endblock %} {% block body %} {{ macros::nav() }}
{{ components::avatar(username=profile.username, size="24px") }} {{ profile.username }}
{{ text "auth:label.banned" }}
{{ text "auth:label.banned_message" }}
{% endblock %}