< Return to User Page
{% if LastestUserBanObj != None: %}
Ban {{userObj.username}}
UserId: {{userObj.id}}
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 %}
{% endfor %}
{% endif %}
{% endwith %}
{% if LastestUserBanObj != None: %}
{%endif%}