{% extends "base.html" %} {% load staticfiles %} {% block content %} {{ website_settings.banner_title }} {{ website_settings.banner_subtitle|linebreaksbr }} {% comment %} Register Now {% endcomment %} {{ website_settings.reasons_title }} {% for reason in reasons %} {{ 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.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 %}
{{ reason.description }}
{{ website_settings.order_price_sub|linebreaksbr }}
{{ feature.description|linebreaksbr }}
{{ website_settings.interest_sub_title }}