{% extends "useradmin/base.html" %} {% load info %} {# Display information about a single token #} {% block base_header_additional_head %} {% endblock %} {% block content %} Back to token list
{{ object.token }}
{{ object.comment|default:'' }}
{% for key, value in object.endpoints|sortdict %} {{ key }} {% empty %} No endpoints set {% endfor %}