{% extends "application_projects/project_detail.html" %} {% load i18n approval_tools static %} {% block admin_actions %}
{% trans "This project is missing the following documents" %}:
{% trans "This will move the project into contracting and notify the compliance team." %}
{% trans "This cannot be undone." %}
{% trans "Update status" as update %} {% include 'funds/includes/delegated_form_base.html' with form=final_approval_form value=update %}{% 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 %}{% trans "Project's current status" %}: {{ object.get_status_display }}
{% trans "Update Status" as update %} {% include 'funds/includes/delegated_form_base.html' with form=change_paf_status value=update %}