{% load i18n approval_tools project_tags %} {% user_can_edit_project object request.user as editable %} {% allow_collapsible_header object header_type='project_documents' as collapsible_header %}
{% trans "Proposal" %}
{% trans "Contracting Information" %}
{% trans "Approval Form" %}
{% trans "Scope Of Work (SOW)" %}
{% trans "Supporting documents" %}
{% trans "Every project should include the following documents" %}:
{{ document.category.name }}
{{ document.title }} - {{ document.created_at }}
{% trans "This project is missing the following documents" %}:
{% trans "Please select approvers for PAF in " %} {% if project_settings.paf_approval_sequential %} {% trans "sequential order" %} {% else %}{% trans "parallel order" %}{% endif %}
{% trans "(please note that in "%}{% if project_settings.paf_approval_sequential %}{%trans "sequential order, approvers will approve PAF one after the other)"%}{% else %}{% trans "parallel order, approvers can approve PAF anytime)" %}{% endif %}
{% include 'funds/includes/delegated_form_base.html' with form=request_approval_form value=submit %} {% else %}{% trans "No PAF Reviewer Roles created yet, please create these in " %} {% trans " project settings" %}
{% endif %}{% trans "Are you sure you want to update the approvers? The approvers will be notified via email." %} {% if project_settings.paf_approval_sequential %} {% trans "(Sequentially)" %} {% else %}{% trans "(Parallely)" %}{% endif %}
{% include 'funds/includes/delegated_form_base.html' with form=update_approvers_form value=submit %} {% else %}{% trans "No PAF Reviewer Roles created yet, please create these in " %} {% trans " project settings" %}
{% endif %}{% 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 %}