{% extends 'ui/base.html' %} {% load humanize %} {% block content %}
{% if form.errors %}
There were some errors with your submission. Please see below.
{# note, non field errors are used below {{ form.non_field_errors }} #} {% endif %}

The Lead officer should provide the information for this form.

{% if win.complete %}

This win has been sent to the customer for review and certain information cannot be edited any more.

{% endif %}
{% csrf_token %}

Officer details

{% include "wins/partials/win-field.html" with field=form.lead_officer_name class="restrict-width-sm" %}
{% include "wins/partials/win-field.html" with field=form.team_type %}
{% include "wins/partials/win-field.html" with field=form.hq_team %}
{% include "wins/partials/win-field.html" with field=form.line_manager_name class="restrict-width-sm" %} {% include "wins/partials/win-field.html" with field=form.lead_officer_email_address help="You only need to provide this if you are completing this form on behalf of the lead officer" class="restrict-width-sm" %} {% include "wins/partials/win-field.html" with field=form.other_official_email_address help="If another officer from your team should be kept notified, provide their email address" class="restrict-width-sm" %}

Credit for this win

*Did any other teams help with this win?

Contributing teams and advisors

Up to 5 teams and advisors can be added, please choose the teams that contributed the most.

{% include "wins/partials/win-contributor.html" with name=form.advisor_0_name id=form.advisor_0_id team_type=form.advisor_0_team_type team=form.advisor_0_hq_team team_error=form.advisor_0_hq_team.errors %} {% include "wins/partials/win-contributor.html" with name=form.advisor_1_name id=form.advisor_1_id team_type=form.advisor_1_team_type team=form.advisor_1_hq_team team_error=form.advisor_1_hq_team.errors %} {% include "wins/partials/win-contributor.html" with name=form.advisor_2_name id=form.advisor_2_id team_type=form.advisor_2_team_type team=form.advisor_2_hq_team team_error=form.advisor_2_hq_team.errors %} {% include "wins/partials/win-contributor.html" with name=form.advisor_3_name id=form.advisor_3_id team_type=form.advisor_3_team_type team=form.advisor_3_hq_team team_error=form.advisor_3_hq_team.errors %} {% include "wins/partials/win-contributor.html" with name=form.advisor_4_name id=form.advisor_4_id team_type=form.advisor_4_team_type team=form.advisor_4_hq_team team_error=form.advisor_4_hq_team.errors %}

Customer details

{% include "wins/partials/win-field.html" with field=form.company_name class="restrict-width-lg" %} {% include "wins/partials/win-field.html" with field=form.cdms_reference class="restrict-width-sm" %} {% include "wins/partials/win-field.html" with field=form.customer_name class="restrict-width-sm" %} {% include "wins/partials/win-field.html" with field=form.customer_email_address class="restrict-width-sm" help="We will send the customer form to this address to enable them to confirm the win details." %} {% include "wins/partials/win-field.html" with field=form.customer_job_title class="restrict-width-sm" %} {% include "wins/partials/win-field.html" with field=form.customer_location class="restrict-width-sm" %} {% include "wins/partials/form-radio.html" with field=form.business_potential class="restrict-width-sm" help="For ITA and UK region use only." %} {% if win.complete %} {% if win.export_experience_display %}

The win has been sent to the customer and these details cannot be edited.

{% include "wins/partials/win-details-element.html" with name="Export Experience" val=win.export_experience_display %}
{% endif %} {% else %} {% include "wins/partials/form-radio.html" with field=form.export_experience class="restrict-width-sm" help="Your customer will be asked to confirm this information." %} {% endif %}

Win details

Your customer will be asked to confirm this information.

{% if win.complete %}

The win has been sent to the customer and these details cannot be edited.

{% include "wins/partials/win-details-element.html" with name="Country" val=win.country_name %} {% include "wins/partials/win-details-element.html" with name="Date" val=win.date %} {% include "wins/partials/win-details-element.html" with name="How was the company supported in achieving this win?" val=win.description %}
{% else %} {% include "wins/partials/win-field.html" with field=form.country class="restrict-width-sm" %} {% include "wins/partials/win-field.html" with field=form.date help="Enter month and year in the format MM/YYYY." class="restrict-width-xsm" %} {% include "wins/partials/win-field.html" with field=form.description help="Describe the support that had the most impact, or would be the most memorable for the customer, in 50 words or fewer." class="restrict-width" %} {% endif %} {% include "wins/partials/win-field.html" with field=form.name_of_customer class="restrict-width" help="Write 'Confidential' if your customer has specified this." %} {% include "wins/partials/win-field.html" with field=form.business_type help="Examples: export sales, contract, order, distributor, tender/competition win, joint venture, outward investment etc." class="restrict-width" %} {% comment %}

These questions help us to understand the £ value of the customer's win over a five year period. How much of that £ value is UK exports and how much is business success value. We will use these aggregated values to help demonstrate the contribution to the Government's £1 trillion by 2020 export target.

Please see guidance and FAQs.

{% endcomment %} {% if win.complete %}

The win has been sent to the customer and these details cannot be edited.

Export value

Total export value over the next 5 years.

{% include "wins/partials/win-value-table-complete.html" with fields=win.breakdowns.exports %}

Total: £{{ win.total_expected_export_value | intcomma }}

Business success value

Total business success value over the next 5 years.

{% include "wins/partials/win-value-table-complete.html" with fields=win.breakdowns.nonexports %}

Total: £{{ win.total_expected_non_export_value | intcomma }}

ODI value

Total Outward Direct Investment value over the next 5 years.

{% include "wins/partials/win-value-table-complete.html" with fields=win.breakdowns.odi %}

Total: £{{ win.total_expected_odi_value | intcomma }}

{% else %}
{{ form.types_all.errors }}

* Type of Win:

Tick all that apply.

{% comment %} Using manual checkboxes just for UX, don't get saved in model {% endcomment %} {% include "wins/partials/form-checkbox.html" with field=form.type_export %} {% include "wins/partials/form-checkbox.html" with field=form.type_non_export %} {% include "wins/partials/form-checkbox.html" with field=form.type_odi %}
{# quick hack using non_field_errors here, since this is the only area which has non-field errors #} {% if form.non_field_errors %}
{{ form.non_field_errors }} {% endif %}

Export value over next 5 years

(round to nearest £)

{% include "wins/partials/win-value-table.html" with field_0=form.breakdown_exports_0 field_1=form.breakdown_exports_1 field_2=form.breakdown_exports_2 field_3=form.breakdown_exports_3 field_4=form.breakdown_exports_4 %} {% include "wins/partials/win-field.html" with field=form.total_expected_export_value help="The total expected value should be the sum of the annual values of the win." class="restrict-width-xsm" %}

Business success value over next 5 years

(round to nearest £)

{% include "wins/partials/win-value-table.html" with field_0=form.breakdown_non_exports_0 field_1=form.breakdown_non_exports_1 field_2=form.breakdown_non_exports_2 field_3=form.breakdown_non_exports_3 field_4=form.breakdown_non_exports_4 %} {% include "wins/partials/win-field.html" with field=form.total_expected_non_export_value help="The total expected value should be the sum of the annual values of the win." class="restrict-width-xsm" %}

Outward Direct Investment value over next 5 years

(round to nearest £)

{% include "wins/partials/win-value-table.html" with field_0=form.breakdown_odi_0 field_1=form.breakdown_odi_1 field_2=form.breakdown_odi_2 field_3=form.breakdown_odi_3 field_4=form.breakdown_odi_4 %} {% include "wins/partials/win-field.html" with field=form.total_expected_odi_value help="The total expected value should be the sum of the annual values of the win." class="restrict-width-xsm" %}
{% if form.non_field_errors %}
{% endif %} {% endif %} {% include "wins/partials/form-radio.html" with field=form.goods_vs_services %} {% include "wins/partials/win-field.html" with field=form.name_of_export class="restrict-width" %} {% include "wins/partials/win-field.html" with field=form.sector class="restrict-width-lg" %}
Oil and gas sector important information

Since 2021 the UK does not provide financial or promotional support for the fossil fuel energy sector overseas, so only exempt projects can be added.

See guidance in Aligning UK international support for the clean energy transition.

If it doesn't meet the criteria the win will not be approved.

To check if your project is exempt contact fossilfuelenquiries@trade.gov.uk

Support provided

Did any of these help the customer achieve this win?

{% include "wins/partials/win-field.html" with field=form.hvc class="restrict-width" %} {% include "wins/partials/form-checkbox-legacy.html" with field=form.has_hvo_specialist_involvement %} {% include "wins/partials/form-checkbox-legacy.html" with field=form.is_prosperity_fund_related %} {% include "wins/partials/form-checkbox-legacy.html" with field=form.is_e_exported %}
{% include "wins/partials/win-field.html" with field=form.type_of_support_1 class="restrict-width support-group" %} {% include "wins/partials/win-field.html" with field=form.type_of_support_2 class="restrict-width support-group" %} {% include "wins/partials/win-field.html" with field=form.type_of_support_3 class="restrict-width support-group" %}
{% include "wins/partials/win-field.html" with field=form.associated_programme_1 class="restrict-width programme-group" %} {% include "wins/partials/win-field.html" with field=form.associated_programme_2 class="restrict-width programme-group" %} {% include "wins/partials/win-field.html" with field=form.associated_programme_3 class="restrict-width programme-group" %} {% include "wins/partials/win-field.html" with field=form.associated_programme_4 class="restrict-width programme-group" %} {% include "wins/partials/win-field.html" with field=form.associated_programme_5 class="restrict-width programme-group" %}
{# these manually place the label before the field #}
{{ form.is_personally_confirmed.errors }} {{ form.is_personally_confirmed }} {% if form.is_personally_confirmed.field.required %}*{% endif %} {{ form.is_personally_confirmed.label_tag }} {% if form.is_personally_confirmed.help_text %}
{{ form.is_personally_confirmed.help_text }}
{% endif %}
{{ form.is_line_manager_confirmed.errors }} {{ form.is_line_manager_confirmed }} {% if form.is_line_manager_confirmed.field.required %}*{% endif %} {{ form.is_line_manager_confirmed.label_tag }} {% if form.is_line_manager_confirmed.help_text %}
{{ form.is_line_manager_confirmed.help_text }}
{% endif %}
{% endblock content %} {% block js_footer %} {% endblock js_footer %}