{% extends "internal_base.html" %} {% block meta %}
Message |
---|
{% if q %} No user accounts found {% else %} There is no user accounts {% end %} {% if current_page > 0 %} , go to the first page {% end %} {% if q %} , remove search {% end %} |
Workspaces | Feature Flags | Created | Actions | {% for u in user_accounts %}|
---|---|---|---|---|
{{u['email']}} |
|
{% set flags = [flag for flag in u.feature_flags.items() if flag[0] in all_feature_flags] %}
{% if len(flags)%}
|
{{u.created_at.date().isoformat()}} |
{% if u.number_of_workspaces and (current_user['email'] in allowed_loginas_users) %}
{% else %}
-
{% end %}
|
Message |
---|
{% if q %} No deleted user accounts found {% else %} There is no deleted user accounts {% end %} {% if current_page > 0 %} , go to the first page {% end %} {% if q %} , remove search {% end %} |
Created | Last updated | {% for u in sorted(deleted_user_accounts, key = lambda user: user.updated_at, reverse=True) %}|
---|---|---|
{{u['email']}} | {{u.created_at.date().isoformat()}} | {{u.updated_at.date().isoformat()}} |