{% extends "saas/base.html" %} {% block saas_content %} Redeem [[entry.subscription.plan.title]] from [[entry.subscription.plan.profile.printable_name]] delete {# show lines #} [[line.amount]] {# show options #} Payment Options Totals [[line.amount]] {# is_bulk_buyer #} Add Upload CSV: Upload [[linesPrice[0] ]] [[linesPrice[1] ]] Total Status [[ items.state == 'done' ? "The charge succeeded." : items.state ]] Date [[ items.created_at ]] REFERENCE #[[ items.processor_key ]] amount [[items.amount]] [[items.unit]] card **** - [[items.last4]] expires [[items.exp_date]] {% block order_card %} {% if RAZORPAY_PUB_KEY %} {% include "saas/_razorpay_checkout.html" %} {% if submit_title %}{{submit_title}}{% else %}Pay Now{% endif %} {% elif FLUTTERWAVE_PUB_KEY %} {% include "saas/_flutterwave_checkout.html" %} {% else %} {% include "saas/_card_use.html" %} {% endif %} {% endblock %} {% endblock %} {% block saas_bodyscripts %} {% if USE_STRIPE_V2 %} {% else %} {% endif %} {% endblock %}