{% extends "wins/partials/success.html" %} {% block title %} - Win saved{% endblock %} {% block breadcrumb-name %}Win saved{% endblock %} {% block header %}Win saved{% endblock %} {% comment %}
{% endcomment %} {% block lead-message %} {% if win.responded %} You've updated this win. The customer has already responded and it's listed as complete, but you can still edit some details at any time. {% elif win.complete %} You've updated this win. It's already been sent to the customer, but they haven't confirmed the details. {% else %} The win isn't complete until you have sent it to the customer and they have confirmed the details. {% endif %} {% endblock %} {% block success-content %} {% if not win.responded and not win.complete %} {% endif %} {% endblock %}