{% extends "base-apply.html" %} {% load static i18n %} {% block title %}{% trans "Contractor Setup Completed" %}{% endblock %} {% block content %} {% adminbar %} {% slot header %}{% trans "Contractor Setup Completed" %}{% endslot %} {% endadminbar %}

{% trans "Thank you for submitting your information." %}

{% trans "Your {{ ORG_SHORT_NAME }} Programme Manager will be in touch with you if there are any issues." %}

{% trans "What will happen next?" %}

{% trans "We will use this information to create the contract for your project." %}

{% trans "Once this has happened, we will send you a message with your contract." %}

{% trans "We'll ask you to read it, and if everything is OK, you can sign it." %}

{% trans "Visit Project Detail Page" %}
{% endblock %}