{% extends "admin/change_form.html" %} {% load i18n %} {% block object-tools-items %} {{ block.super }} {% with original.get_stripe_dashboard_url as stripe_url %} {% if stripe_url %}
  • {% trans "View on Stripe Dashboard" %}
  • {% endif %} {% endwith %} {% endblock %} {% block extrastyle %} {{ block.super }} {% endblock extrastyle %} {% block content %} {% block djstripewarning %}

    Any Changes made here will not be updated on your Stripe Account.

    {% endblock djstripewarning %} {{ block.super }} {% endblock content %}