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

{% trans 'Connect with Stripe' %}

{% if MODULE_PAYMENTS_STRIPE_CONNECT_CLIENT_ID %}

{% trans 'Please fill out the fields below and continue with the onboarding process. You can choose either "Standard" or "Express" account type. For more on stripe account types, please check out' %} {% trans 'choose your account type' %}

{% csrf_token %} {{ onboarding_form|styled_form }}
{% trans "Click Save and continue to set up your payments on Stripe." %}

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