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

{% trans 'Connect with Stripe' %}

{% if MODULE_PAYMENTS_STRIPE_CONNECT_CLIENT_ID %}

{% trans 'Please click one of the buttons below to connect with Stripe.' %}

{% trans 'For Standard Account:' %}
Connect with stripe

{% trans 'For Express Account:' %}
Connect with stripe

{% trans 'For more on stripe account types, please check out' %} {% trans 'choose your account type' %}
{% else %} {% trans 'The Stripe connect is not enabled.' %} {% endif %}
{% endblock %}