{% 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 "Approve" as approve %} {% include 'funds/includes/delegated_form_base.html' with form=add_approval_form value=approve %}{% 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 %}