{% extends "misago/profile/base.html" %} {% load i18n misago_avatars misago_capture %} {% block page %}
{% if ban.valid_until %} {% blocktrans trimmed with username=profile.username banned_until=ban.valid_until %} {{ username }} is banned until after {{ banned_until }}. {% endblocktrans %} {% else %} {% blocktrans trimmed with username=profile.username %} {{ username }} is banned permanently. {% endblocktrans %} {% endif %}
{% if user.is_authenticated and profile.acl_.can_lift_ban %} {% endif %}