{% extends "base.html" %} {% load saas_tags %} {% block localheader %} {{block.super}} {% include "saas/_payment_head.html" %} {% endblock %} {% block content %}

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

{% block order_head %}
{% csrf_token %}
{% comment %}{{coupon_form.code}}{% endcomment %}
{% endblock %}
{% csrf_token %} {% if invoicables %} {% include "saas/_invoiceables.html" %} {% else %} Your subscription cart is empty. {% endif %} {% block order_card %} {% include "saas/_card_use.html" with title="Subscribe" %} {% endblock %}
{% endblock %} {% block bodyscripts %} {{block.super}} {% include "saas/_payment_body.html" %} {% endblock %}