{% extends "base.html" %} {% load url %} {% block title %}Delete a Token - {{ block.super }}{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}Please click below to delete the token that begins with {{ object.token_key }}. Please note that this action is not reversible.
{% endblock %}