{% extends "base/base.html" %} {% block title %}Stripe Status{% endblock %} {% block content %}

Stripe Integration Status

Stripe Enabled {{ stripe_enabled|yesno:"Yes,No" }}
Stripe Public Key {{ stripe_public_key }}
Stripe Secret Key {{ stripe_secret_key_set|yesno:"Set,Not set" }}
Stripe Webhook Secret {{ stripe_webhook_secret_set|yesno:"Set,Not set" }}
Stripe Live Mode {{ stripe_live_mode|yesno:"Yes,No" }}
{% endblock %}