{% extends 'profile/base.html' %} {% load crispy_forms_tags %} {% load humanize %} {% block content %}
{% for s in userBanHistory %} {% endfor %}
Date Banned for Suspension Period Banned By Completed ?
{{s.baned_at|naturaltime}} {{s.banned_reasons}} {{s.ban_till}} {{s.banned_by}} {% if s.is_banned %}Completed{% else %}On Going{% endif %}
{% csrf_token %} {{ ban_form|crispy }}
{% endblock content %}