{# Copied from https://github.com/InfuseAI/jupyterhub/blob/5c94e4f/share/jupyterhub/templates/admin.html #} {% extends "page.html" %} {% macro th(label, key='', colspan=1) %}
| {{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 admin_access %} {%- endif %} {%- if spawner.name == '' -%} {#- user row -#} {%- if user.name != current_user.name -%} {%- 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 }} | ||||