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