{% extends "closedverse_main/layout.html" %} {% block main-body %}{% load closedverse_user %}{% load closedverse_tags %} {% user_sidebar request user profile 9 False %}

Ban {{ user.username }}

{% if not banned %}
  • Reasoning:

    {{ form.reason }}

    Expiry:

    {{ form.expiry_date }}

    {{ user.username }} will be banned from {{ brand_name }} until the time is right.

  • {% csrf_token %}
    {% else %}

    This user is banned already.

    The ban will expire on: {{ active_ban.expiry_date }}

    Time remaining: {{ active_ban.expiry_date|timeuntil }}

    {% endif %}
    {% endblock %}