{% extends "misago/profile/base.html" %} {% load i18n misago_avatars misago_capture %} {% block page %}
{% if ban.expires_on %} {% blocktrans trimmed with user=profile banned_until=ban.formatted_expiration_date %} {{ user }} is banned until {{ 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 %}