{% extends 'generic/object_edit.html' %}
{% load i18n %}
{% block buttons %}
{# Omit the "Create & Add Another" button: that flow would redirect away from the detail page before the #}
{# one-time plaintext can be displayed, leaving the new token unrecoverable. #}
{% trans "Cancel" %}
{% if object.pk %}
{% else %}
{% endif %}
{% endblock buttons %}