{% extends "sora/layout.html" %} {% load i18n %} {% load url from future %} {% import "sora/macros.html" as macros with context %} {% block title %}{{ macros.page_title(title=_('You are banned')) }}{% endblock %} {% block content %}
{% trans username=banned_user.username %}{{ username }}, your account has been banned for following reason:{% endtrans %}
{% trans username=banned_user.username %}{{ username }}, your account has been banned.{% endtrans %}
{% trans %}Guest, your IP Address has been banned from accessing this page for following reason:{% endtrans %}
{% trans %}Guest, your IP Address has been banned from accessing this page.{% endtrans %}
{% trans ban_expires=ban.expires|date %}Your ban will expire on {{ ban_expires }}{% endtrans %}