{% extends "admin/base.html" %} {% block welcome-msg %} {% block extrastyle %} {{ block.super }} {% endblock extrastyle %} {# Alert the administrators that a user using sso (inactive on first login) is waiting to be accepted #} {% if pending_sso_users and perms.auth.change_user %}
{% endif %} {{ block.super }} {% endblock %}