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

{% trans 'Connect with Stripe' %}

{% if MODULE_PAYMENTS_STRIPE_CONNECT_CLIENT_ID %} {% if sa.status_detail == 'active' %}

{% trans 'Congratulations, your stripe account is set up!' %}

{% if not sa.entity %}

{% trans 'Please connect your account with an eitity' %} {% trans 'Edit' %}

{% endif %}
{% trans 'Back to Stripe Accounts Admin Backend' %}
{% else %} {% if sa.status_detail == 'not completed' %}

{% trans 'Your stripe onboarding process is not completed yet.' %}

Continue to set up your payments on Stripe

{% else %}

{% trans 'Your stripe account is:' %} {{ sa.status_detail }}

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