{% extends "saas/base.html" %} {% block saas_content %}
[[entry.subscription.plan.title]] from [[entry.subscription.plan.profile.printable_name]] {# show lines #} {# show options #} {# is_bulk_buyer #}
[[line.amount]]
Payment Options Totals
[[line.amount]]
[[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" %}
{% 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 %}