{% extends "base.html" %} {% load staticfiles %} {% block content %}

{{ website_settings.reasons_title }}

{% for reason in reasons %}
{{ reason.title }}

{{ reason.title }}

{{ reason.description }}

{% endfor %}

{{ website_settings.order_title }}


{% comment %}

£{{ website_settings.order_price|floatformat:2 }}

{% endcomment %}

{{ website_settings.order_price_sub|linebreaksbr }}


{{ website_settings.order_content|safe }} {% comment %}{{ website_settings.order_button_text }}
{% endcomment %} {% comment %} Register Now {% endcomment %}
{% for feature in features %}
{{ feature.title }}

{{ feature.title }}

{{ feature.description|linebreaksbr }}

{% comment %} Register Now {% endcomment %}
{% if not forloop.counter|divisibleby:2 %} {% endif %}
{% endfor %}
{% comment %}

{{ website_settings.interest_title }}

{{ website_settings.interest_sub_title }}

{% include "interest-form.html" %}
{% endcomment %} {% endblock %}