{% load i18n contract_tools project_tags %} {% allow_collapsible_header object header_type='contracting_documents' as collapsible_header %}
{% trans "Make sure you have uploaded correct contract and all required contracting documents." %}
{% trans "Submit" as submit %} {% include 'funds/includes/delegated_form_base.html' with form=submit_contract_documents_form value=submit %}{% trans "Contract" %}
{% if not contract.uploaded_by_contractor_at %}{% trans "Pending signed contract by " %}{% else %}{% trans "Signed contract by " %}{% endif %}{% if user == object.user %}{{ ORG_SHORT_NAME }}{% else %}{% trans "Contracting team " %} {% endif %} {% if contract.uploaded_by_contractor_at %}({{ contract.uploaded_by_contractor_at }}){% endif %}
{% if not contract.uploaded_by_applicant_at %}{% trans "Pending countersigned contract by " %}{% else %}{% trans "Countersigned contract by " %}{% endif %}{% if user == object.user %}{% trans "you " %} {% else %}{% trans "Vendor " %}{% endif %} {% if contract.uploaded_by_applicant_at %}({{ contract.uploaded_by_applicant_at }}){% endif %}
{% trans "Contracting documents" %}
{% if document_category in remaining_contract_document_categories %} {% trans "Pending " %} {{ document_category.name|lower }} {% else %} {{ document_category.name }} {% endif %} {% if document_category.required %}*{% endif %} {% if document_category.template %} {% trans "View template" %} {% endif %}
{% if document_category not in remaining_contract_document_categories %} {% contract_category_latest_file project document_category as latest_file %}{{ latest_file.title }} - {{ latest_file.created_at }}
{% endif %}{% trans "The signed contract will be sent to Applicant once you submit." %}
{% trans "You confirm that the uploaded contract is acceptable for commencing the project." %}
{% trans "This cannot be undone." %}
{% trans "Confirm" as confirm %} {% include 'funds/includes/delegated_form_base.html' with form=approve_contract_form value=confirm %}