{% extends "spider_base/protections/base.html" %} {% load i18n %} {% block title %}{% blocktrans trimmed %} Delete AuthToken {% endblocktrans %}{% endblock %} {% block main_classes %}{{block.super}} color-front-{{uc.strength}}{% endblock %} {% block body_class %}{{block.super}} color-back-{{uc.strength}}{% endblock %} {% block content %}
{# index is redirected in view #} {% trans 'Back' %}

{% blocktrans trimmed %} Delete AuthToken {% endblocktrans %}: {{object}}

{% blocktrans trimmed with name=object %} Warning: this deletes this token and all depending persisted data.
Go back if you don't want to do this.
{% endblocktrans %}
{% csrf_token %}
{% endblock %}