{% extends "saas/base.html" %} {% block content %}

{% block order_title %}Place Order{% endblock %}

{% block order_head %}
{% endblock %}
{% if invoicables %} {% include "saas/_invoiceables.html" %} {% else %} Your subscription cart is empty. {% endif %} {% block order_card %} {% if RAZORPAY_PUB_KEY %} {% include "saas/_razorpay_checkout.html" %} {% else %} {% include "saas/_card_use.html" %} {% endif %} {% endblock %}
{% endblock %}