{% extends "admin/change_form.html" %} {% load static %} {% load template_tags %} {% load i18n %} {% block content %} {{ block.super }} {% if not request.session.has_cleared_cache %}

{% trans "Attention:" %}

{% trans "The user permission cache must be cleared before making any changes to Users, Groups, or Models. This may temporarily slow performance for some users. To continue, please clear the cache by clicking the button below." %}

{% csrf_token %}

{% endif %} {% endblock content %}