{% extends "user/users-table.html" %} {% block before_point_head %} {% if is_admin %} {% endif %} {% endblock %} {% block before_point %} {% if is_admin %}
{% csrf_token %} {{ _('Kick') }}
{% endif %} {% endblock %}