{% extends 'ui/base.html' %} {% load static %} {% load humanize %} {% block header %}

Give your feedback on our support

{% endblock header %} {% comment %} Remove the site header as this is sent to a customer and they don't need the header or breadcrumbs {% endcomment %} {% block site-header %}{% endblock site-header %} {% block content %}

We're asking UK companies about our support services to help us improve. Tell us how our support contributed to your success.

{% if form.errors %}
There were some errors with your submission. Please see below.
{{ form.non_field_errors }} {% endif %}

Details of your recent success

Date business won
{{ win.date|date:'m/Y' }}
Country where the business was won
{{ win.country }}
{% if win.export_experience_customer %}
Your export experience before this win can be described as
{{ win.export_experience_customer }}
{% endif %} {% if win.business_type %}
Business deal type
{{ win.business_type }}
{% endif %} {% if win.total_expected_export_value %}
Export value expected over the next 5 years
£{{ win.total_expected_export_value|intcomma }}
{% endif %} {% if win.total_expected_non_export_value %}
Business success value expected over the next 5 years
£{{ win.total_expected_non_export_value|intcomma }}
{% endif %} {% if win.total_expected_odi_value %}
Outward Direct Investment value expected over the next 5 years
£{{ win.total_expected_odi_value|intcomma }}
{% endif %}

How we supported you

{{ win.description|linebreaks }}
{% with field=form.agree_with_win %}

{{ form.agree_with_win.label }}:

{{ field.errors }}
{% endwith %}

Tell us about the changes required in the comment box at the bottom of this form.

Tell us what made a difference

To what extent did our support help in:

{% include "wins/partials/confirmation-rate-buttons.html" with field=form.our_support %} {% include "wins/partials/confirmation-rate-buttons.html" with field=form.access_to_contacts %} {% include "wins/partials/confirmation-rate-buttons.html" with field=form.access_to_information %} {% include "wins/partials/confirmation-rate-buttons.html" with field=form.improved_profile %} {% include "wins/partials/confirmation-rate-buttons.html" with field=form.gained_confidence %} {% include "wins/partials/confirmation-rate-buttons.html" with field=form.developed_relationships %} {% include "wins/partials/confirmation-rate-buttons.html" with field=form.overcame_problem %}

About this win

{% include "wins/partials/confirmation-radio.html" with field=form.expected_portion_without_help %}

Please tick any that apply to this win:

{% include "wins/partials/confirmation-checkbox.html" with field=form.involved_state_enterprise %} {% include "wins/partials/confirmation-checkbox.html" with field=form.interventions_were_prerequisite %} {% include "wins/partials/confirmation-checkbox.html" with field=form.support_improved_speed %}

Tick any that apply to this win:

{% include "wins/partials/confirmation-checkbox.html" with field=form.has_enabled_expansion_into_new_market label="It enabled you to expand into a new market" %} {% include "wins/partials/confirmation-checkbox.html" with field=form.has_enabled_expansion_into_existing_market label="It enabled you to maintain or expand in an existing market" %} {% include "wins/partials/confirmation-checkbox.html" with field=form.has_increased_exports_as_percent_of_turnover %} {% include "wins/partials/confirmation-checkbox.html" with field=form.company_was_at_risk_of_not_exporting %} {% include "wins/partials/confirmation-checkbox.html" with field=form.has_explicit_export_plans %}

Your export experience

{% include "wins/partials/confirmation-radio.html" with field=form.last_export %}
{% include "wins/partials/confirmation-field.html" with field=form.name reduced="true" %} {% include "wins/partials/confirmation-buttons-right.html" with field=form.case_study_willing %} {% include "wins/partials/confirmation-radio.html" with field=form.marketing_source %}
{{ form.other_marketing_source }}
{% include "wins/partials/confirmation-field.html" with field=form.comments help="Your comments may be shared with the individuals and teams who have supported you."%} {{ form.win }} {% csrf_token %}
{% endblock content %} {% block js_footer %} {% endblock js_footer %}