{% extends "saas/base.html" %} {% load currency %} {% block localheader %} {% endblock %} {% block sidebar %} {% endblock %} {% block saas_content %}

Place an order

{% if invoicables %}
{% csrf_token %}
{% csrf_token %}
Subscribe to the following items {% include "saas/balance.html" %}
{% include "saas/card_use.html" with title="Subscribe" %}
{% else %}

Your subscription cart is empty.

{% endif %}
{% endblock %}