{% extends 'saas/base.html' %} {% load url from future %} {% load humanize %} {% block content %}
{% if feature %}

Sorry, but your {{ plan.name }} plan doesn’t cover this.
Would you like to upgrade? It’s really simple to do.

{% endif %}
{% include 'form.inc.html' %}
{% csrf_token %}
{% if matrix.headings|length > 0 %} {% include 'saas/matrix.inc.html' with upgrade='True' %} {% else %}

Contact us

Please give us a call on +44 (0)XXX XXX XXXX to arrange an enterprise upgrade.

{% endif %}
{% endblock content %} {% block javascript %} {{ block.super }} {% if form.plan %} {% include 'saas/js.inc.html' %} {% endif %} {% endblock javascript %}