{% extends "payments/stripe/connect/base.html" %} {% block title %}Revoke Stripe Connect{% endblock %} {% block content %}

{% trans 'Revoke Stripe Connect' %}

{% if sa.account_name %} {% endif %}
{% trans 'Account Name' %}{% trans 'Stripe User ID' %}
{{ sa.account_name }}{{ sa.stripe_user_id }}

{% trans "Are you sure you want to revoke this Stripe Connect?" %}

{% csrf_token %}
{% endblock %}