{% extends 'saas/base.html' %} {% load url from future %} {% block content %} {% block page_header %} {% endblock page_header %}
{% include 'saas/form.inc.html' %}
{% csrf_token %}
{% include 'saas/features.inc.html' %}
{% endblock %} {% block javascript %} {{ block.super }} {% if form.plan %} {% include 'saas/js.inc.html' %} {% endif %} {% endblock javascript %}