This Win was completed more than {{ edit_days }} days ago, so is now locked and cannot be edited.
{% if win.advisors %}
Name |
Team Type |
HQ Team, Region or Post |
{% for advisor in win.advisors %}
{{ advisor.name }} |
{{ advisor.team_type }} |
{{ advisor.hq_team }} |
{% endfor %}
{% else %}
No contributing teams and advisers.
{% endif %}
{% include "wins/partials/win-details-element.html" with name="Country" val=win.country %}
{% include "wins/partials/win-details-element.html" with name="Date won" val=win.date|date:"M Y" %}
{% include "wins/partials/win-details-element.html" with name="How the company was supported in achieving the win" val=win.description %}
{% include "wins/partials/win-details-element.html" with name="Overseas customer" val=win.name_of_customer %}
{% include "wins/partials/win-details-element.html" with name="Business deal that best describes the win" val=win.business_type %}
{% include "wins/partials/win-details-element.html" with name="Medium-sized and high potential companies" val=win.business_potential_display %}
{% include "wins/partials/win-details-element.html" with name="Export experience" val=win.export_experience_display %}
Export value
Total export value over the next 5 years.
-
{{ win.breakdowns.exports.0.year | default:" " }}
£{{ win.breakdowns.exports.0.value | intcomma | default:0 }}
-
{{ win.breakdowns.exports.1.year | default:" " }}
£{{ win.breakdowns.exports.1.value | intcomma | default:0 }}
-
{{ win.breakdowns.exports.2.year | default:" " }}
£{{ win.breakdowns.exports.2.value | intcomma | default:0 }}
-
{{ win.breakdowns.exports.3.year | default:" " }}
£{{ win.breakdowns.exports.3.value | intcomma | default:0 }}
-
{{ win.breakdowns.exports.4.year | default:" " }}
£{{ win.breakdowns.exports.4.value | intcomma | default:0 }}
-
Total
£{{ win.total_expected_export_value | intcomma | default:0 }}
Business success value
Total business success value over the next 5 years.
{# this should show all 5 years even if we don't have data... #}
-
{{ win.breakdowns.nonexports.0.year | default:" " }}
£{{ win.breakdowns.nonexports.0.value | intcomma | default:0 }}
-
{{ win.breakdowns.nonexports.1.year | default:" " }}
£{{ win.breakdowns.nonexports.1.value | intcomma | default:0 }}
-
{{ win.breakdowns.nonexports.2.year | default:" " }}
£{{ win.breakdowns.nonexports.2.value | intcomma | default:0 }}
-
{{ win.breakdowns.nonexports.3.year | default:" " }}
£{{ win.breakdowns.nonexports.3.value | intcomma | default:0 }}
-
{{ win.breakdowns.nonexports.4.year | default:" " }}
£{{ win.breakdowns.nonexports.4.value | intcomma | default:0 }}
-
Total
£{{ win.total_expected_non_export_value | intcomma | default:0 }}
Outward Direct Investment value
Total Outward Direct Investment value over the next 5 years.
{# this should show all 5 years even if we don't have data... #}
-
{{ win.breakdowns.odi.0.year | default:" " }}
£{{ win.breakdowns.odi.0.value | intcomma | default:0 }}
-
{{ win.breakdowns.odi.1.year | default:" " }}
£{{ win.breakdowns.odi.1.value | intcomma | default:0 }}
-
{{ win.breakdowns.odi.2.year | default:" " }}
£{{ win.breakdowns.odi.2.value | intcomma | default:0 }}
-
{{ win.breakdowns.odi.3.year | default:" " }}
£{{ win.breakdowns.odi.3.value | intcomma | default:0 }}
-
{{ win.breakdowns.odi.4.year | default:" " }}
£{{ win.breakdowns.odi.4.value | intcomma | default:0 }}
-
Total
£{{ win.total_expected_odi_value | intcomma | default:0 }}
{% include "wins/partials/win-details-element.html" with name="Expected value related to goods or services" val=win.goods_vs_services %}
{% include "wins/partials/win-details-element.html" with name="Goods or services that are being exported" val=win.name_of_export %}
{% include "wins/partials/win-details-element.html" with name="Sector" val=win.sector %}
{% include "wins/partials/win-details-element.html" with name="HVC code, if applicable" val=win.hvc|default:"None" required=False %}
{% include "wins/partials/win-details-element.html" with name="HVO Programme, if applicable" val=win.hvo_programme|default:"None" required=False %}
{% include "wins/partials/win-details-element-legacy-field.html" with name="Have HVO Specialists been involved" val=win.has_hvo_specialist_involvement %}
{% include "wins/partials/win-details-element-legacy-field.html" with name="Is this win Prosperity Fund related" val=win.is_prosperity_fund_related %}
{% include "wins/partials/win-details-element-legacy-field.html" with name="Does the win relate to e-exporting" val=win.is_e_exported %}
{% include "wins/partials/win-details-element.html" with name="Type of support 1" val=win.type_of_support_1 %}
{% include "wins/partials/win-details-element.html" with name="Type of support 2" val=win.type_of_support_2 required=False %}
{% include "wins/partials/win-details-element.html" with name="Type of support 3" val=win.type_of_support_3 required=False %}
{% include "wins/partials/win-details-element.html" with name="Associated programme 1" val=win.associated_programme_1 required=False %}
{% include "wins/partials/win-details-element.html" with name="Associated programme 2" val=win.associated_programme_2 required=False %}
{% include "wins/partials/win-details-element.html" with name="Associated programme 3" val=win.associated_programme_3 required=False %}
{% include "wins/partials/win-details-element.html" with name="Associated programme 4" val=win.associated_programme_4 required=False %}
{% include "wins/partials/win-details-element.html" with name="Associated programme 5" val=win.associated_programme_5 required=False %}