{% extends "templates/admin.html" %} {% block thead %} Image {{ super() }} {% endblock thead %} {% block user_row %} {# TODO: move this td after the call to super() so it's at the end of the table #} {# after this PR is merged and a new version released: https://github.com/jupyterhub/jupyterhub/pull/3015 #} {{ spawner.image }} {{ super() }} {% endblock user_row %}