{% extends "smartmin/update.html" %} {% load smartmin %} {% block post-form %} {% if perms.auth.user_mimic and not object.is_superuser and not object.is_staff %}
{% csrf_token %}
{% endif %} {% endblock %}