{% extends '__layout__.html' %} {% block title %}Admin{% endblock %} {% block head %} {% endblock %} {% block content %}
< Return to User Page

Ban {{userObj.username}}

UserId: {{userObj.id}}

{% if LastestUserBanObj != None: %}
This user currently has a ongoing ban, please revoke the previous ban before banning again.
{% endif %} {% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}

Please try to include links to evidence that lead to this ban

{% if not LastestUserBanObj != None: %} {% else%} {% endif %}
{% if LastestUserBanObj != None: %}
{%endif%}
{% endblock %}