{% extends "payments/stripe/connect/base.html" %} {% block content %}

{% trans 'Connect with Stripe' %}

{% if MODULE_PAYMENTS_STRIPE_CONNECT_CLIENT_ID %}

{% trans 'Please click the button below to connect with Stripe.' %}

Connect with stripe {% else %} {% trans 'The Stripe connect is not enabled.' %} {% endif %}
{% endblock %}