-
{% trans 'Create user' %}
+
{% block user_template_title %}{% trans 'Create user' %}{% endblock %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/apps/users/templates/users/user_list.html b/apps/users/templates/users/user_list.html
index 51fbfa57b..67654b794 100644
--- a/apps/users/templates/users/user_list.html
+++ b/apps/users/templates/users/user_list.html
@@ -34,7 +34,7 @@
{{ user.groups.all|join_queryset_attr:"name" }} |
{{ user.name }} |
- {% if user.is_expired %}
+ {% if user.is_expired and user.is_active %}
{% else %}
|