{% extends "root.html" %} {% block head %} {{ profile.username }} (blocked) - {{ config.name }} {% endblock %} {% block body %} {{ macros::nav() }}
{{ components::avatar(username=profile.username, size="24px") }} {{ profile.username }}
{{ text "auth:label.blocked_profile" }}
{{ text "auth:label.blocked_profile_message" }}
{% if user -%} {% if not is_blocking -%} {% else %} {%- endif %} {%- endif %} {{ icon "x" }} {{ text "general:action.back" }}
{% endblock %}