{% extends "base.html" %} {% block body %}
| Delete Account | Change Password | Change Username | Change UI Colors | Use UTC Timestamps | Last Login | Account Creation Date | Admin Status |
|---|---|---|---|---|---|---|---|
| [[ toLocalTime(current_operator.last_login) ]] | [[ toLocalTime(current_operator.creation_time) ]] | [[ current_operator.admin ]] |
| Delete | Operator | Change Password | Change Username | Change UI Colors | View UTC Timestamps | Toggle Admin | Last Login | Creation Date | Admin | Active? |
|---|---|---|---|---|---|---|---|---|---|---|
| [[ o.username ]] | [[ toLocalTime(o.last_login) ]] | [[ toLocalTime(o.creation_time) ]] | [[ o.admin ]] |
|
| Delete | Active? | Token Type | Token Value | Creation time | Operator |
|---|---|---|---|---|---|
| [[token.token_type]] | [[token.token_value]] | [[toLocalTime(token.creation_time)]] | [[token.operator]] |