{% extends "base.html" %} {% block title %}Users — {{ service_name }}{% endblock %} {% block content %}
ID | Name | Profile | Objects |
---|---|---|---|
{{ user.id}} | {{ user.name}}{% if user.type.name.lower() == 'other' %} bot{% endif %}{% if user.is_readonly %} read only{% endif %}{% if user.is_hidden %} hidden{% endif %} | View | View |