{% load i18n approval_tools project_tags heroicons %} {% 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" %}
{{ document_category.name }} {% if document_category.required %}*{% endif %} {% if document_category.template %} {% trans "View template" %} {% heroicon_mini "information-circle" class="fill-light-blue inline align-middle me-1" aria_hidden=true %} {% endif %}
{% if document_category not in remaining_document_categories %} {% category_latest_file project document_category as latest_file %}{{ latest_file.title }} - {{ latest_file.created_at }}
{% endif %}{% trans "This project is missing the following documents" %}:
{% trans "By default all the members are notified when an approver is not selected. Optionally, you may select specific approvers to assign and notify them." %}
Optional
{% 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?" %} {% if project_settings.paf_approval_sequential %} {% trans "The uppermost active approver will be notified via email." %} {% else %}{% trans "All approvers will be notified via email." %}{% endif %}
{% trans "No PAF Reviewer Roles created yet, please create these in " %} {% trans " project settings" %}
{% endif %}{% trans "Selected approver will be notified. On unselecting, every listed member here will be notified." %}
{% trans "Submit" as submit %} {% include 'funds/includes/delegated_form_base.html' with form=assign_approvers_form value=submit %}{% trans "Selected approver will be notified. On unselecting, every listed member here will be notified." %}
{% trans "Submit" as submit %} {% include 'funds/includes/delegated_form_base.html' with form=assign_approvers_form value=submit %}