{% 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 %}