{% extends "base.html" %} {% load staticfiles %} {% load i18n %} {% block title %}Submit your testimonial{% endblock %} {% block content %}

Submit your testimonial

Please submit your testimonial and get a lifetime 10% off our services.
Please note: all fields are required.

{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %} {% if form.errors %}
There are errors in your submission. Please correct them and try again.
{% endif %}

Contact information

{{ form.author }}
{{ form.email }} Not visible to anyone.
{{ form.source }}
{{ form.text }}
Please enter symbols from the image: {% if form.captcha.errors %}
Please enter correct symbols from the image.
{% endif %}
{{ form.captcha }}
{% include 'mainsite/testimonial_widget.html' %} {% include 'mainsite/guarantee_widget.html' %}
{% endblock %} {% block javascript %} {% endblock %}