{% extends "internal_base.html" %} {% block meta %} Cheriff ยท Users {% end %} {% block style %} {% try %} {% module Template("webpack_templates/cheriff-styles.html") %} {% except %} {% end %} {% end %} {% block content %}

User Accounts

{% if q %}x{% end %}
{% if len(user_accounts) == 0 %}
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 %}
{% else %} {% for u in user_accounts %} {% end %}
Email Workspaces Feature Flags Created Actions
{% end %}
{% if current_page > 1 %} Go to first page {% end %} {% if prev_page > -1 %} Prev page {% end %} Page {{current_page}} {% if next_page > -1 %} Next page {% end %}

Deleted users

{% if len(deleted_user_accounts) == 0 %}
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 %}
{% else %} {% for u in sorted(deleted_user_accounts, key = lambda user: user.updated_at, reverse=True) %} {% end %}
Email Created Last updated
{% end %}

New user

{% include "partials/_register_form.html" %}
{% include "partials/_loginas_script.html" %} {% end %}