{% extends "web/_base.html" %} {% block title %}Delete a token{% endblock %} {% block content %}

Delete token

{% csrf_token %}

Are you sure you want to delete this token?

Cancel
{% endblock %}