{% extends "templates/admin.html" %} {% block main %}
Add Users Start All Stop All Shutdown Hub | |||||||||||
{{user.name}} {%- if spawner.name -%} /{{ spawner.name }} {%- endif -%} | {%- if spawner.name == '' -%} {% if user.admin %}admin{% endif %} {%- endif -%} | {%- if spawner.last_activity -%} {{ spawner.last_activity.isoformat() + 'Z' }} {%- else -%} Never {%- endif -%} | {% if user.is_authorized %}Unauthorize{%- else -%}Authorize{%- endif -%} | {%- if admin_access %} | {%- endif %}Change Pwd | {%- if spawner.name == '' -%} edit user {%- endif -%} | {%- if spawner.name == '' -%} {#- user row -#} {%- if user.name != current_user.name -%} delete user {%- endif -%} {%- else -%} {#- named spawner row -#} delete server {%- endif -%} | {% endblock user_row %}||||
{% if pagination.links %} | {% endif %}Displaying users {{ pagination.info.start|safe }} - {{ pagination.info.end|safe }} of {{ pagination.info.total|safe }} |