{% extends 'ui/base.html' %} {% load static %} {% load humanize %} {% block title %} - View win{% endblock %} {% block breadcrumb-name %}View win{% endblock %} {% block header %}View win{% endblock %} {% block content %}
{% if not win.complete %} Check and send {% endif %} {% if not locked %} Edit {% endif %}
{% if locked %}

This Win was completed more than {{ edit_days }} days ago, so is now locked and cannot be edited.

{% endif %}

Customer details

Company:{{ win.company_name }} (Id: {{ win.cdms_reference }})
Location: {{ win.customer_location }}

Name:{{ win.customer_name }}
Job title:({{ win.customer_job_title }})
Email:{{ win.customer_email_address }}

Lead officer details

Name:{{ win.lead_officer_name }} {% if win.lead_officer_email_address %} Email:{{ win.lead_officer_email_address }} {% endif %} {% if win.other_official_email_address %} Other Email:{{ win.other_official_email_address }} {% endif %}

Line manager: {{ win.line_manager_name }}
Team: {{ win.team_type }}
HQ Team/Region/Post: {{ win.hq_team }}

Contributing teams and advisers

{% if win.advisors %} {% for advisor in win.advisors %} {% endfor %}
Name Team Type HQ Team, Region or Post
{{ advisor.name }} {{ advisor.team_type }} {{ advisor.hq_team }}
{% else %}

No contributing teams and advisers.

{% endif %}

Win details

{% 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.

  1. {{ win.breakdowns.exports.0.year | default:" " }} £{{ win.breakdowns.exports.0.value | intcomma | default:0 }}
  2. {{ win.breakdowns.exports.1.year | default:" " }} £{{ win.breakdowns.exports.1.value | intcomma | default:0 }}
  3. {{ win.breakdowns.exports.2.year | default:" " }} £{{ win.breakdowns.exports.2.value | intcomma | default:0 }}
  4. {{ win.breakdowns.exports.3.year | default:" " }} £{{ win.breakdowns.exports.3.value | intcomma | default:0 }}
  5. {{ win.breakdowns.exports.4.year | default:" " }} £{{ win.breakdowns.exports.4.value | intcomma | default:0 }}
  6. 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... #}
  1. {{ win.breakdowns.nonexports.0.year | default:" " }} £{{ win.breakdowns.nonexports.0.value | intcomma | default:0 }}
  2. {{ win.breakdowns.nonexports.1.year | default:" " }} £{{ win.breakdowns.nonexports.1.value | intcomma | default:0 }}
  3. {{ win.breakdowns.nonexports.2.year | default:" " }} £{{ win.breakdowns.nonexports.2.value | intcomma | default:0 }}
  4. {{ win.breakdowns.nonexports.3.year | default:" " }} £{{ win.breakdowns.nonexports.3.value | intcomma | default:0 }}
  5. {{ win.breakdowns.nonexports.4.year | default:" " }} £{{ win.breakdowns.nonexports.4.value | intcomma | default:0 }}
  6. 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... #}
  1. {{ win.breakdowns.odi.0.year | default:" " }} £{{ win.breakdowns.odi.0.value | intcomma | default:0 }}
  2. {{ win.breakdowns.odi.1.year | default:" " }} £{{ win.breakdowns.odi.1.value | intcomma | default:0 }}
  3. {{ win.breakdowns.odi.2.year | default:" " }} £{{ win.breakdowns.odi.2.value | intcomma | default:0 }}
  4. {{ win.breakdowns.odi.3.year | default:" " }} £{{ win.breakdowns.odi.3.value | intcomma | default:0 }}
  5. {{ win.breakdowns.odi.4.year | default:" " }} £{{ win.breakdowns.odi.4.value | intcomma | default:0 }}
  6. 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 %}

Support provided

{% 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 %}
{% if not win.complete %} Check and send {% endif %} {% if not locked %} Edit {% endif %}
Back to Your export wins
{% endblock content %}