{% extends 'ui/base.html' %} {% load static %} {% load humanize %} {% block title %} - Check before sending{% endblock %} {% block breadcrumb-name %}Check before sending{% endblock %} {% block header %}Check before sending{% endblock %} {% block content %} {% if win.complete %}

This win has already been sent to the customer to comfirm.

Your export wins Create new export win
{% else %}

These are the details your customer will be asked to confirm.

You won't be able to edit these details once sent. If you need to check them contact the customer.

To: {{ win.customer_name }} - {{ win.customer_email_address }}

{% csrf_token %}
{% endif %} {% endblock content %} {% block js_footer %} {% endblock %}