diff --git a/hypha/apply/projects/templates/application_projects/includes/project_documents.html b/hypha/apply/projects/templates/application_projects/includes/project_documents.html index 2693c07cb1..aadeb005ed 100644 --- a/hypha/apply/projects/templates/application_projects/includes/project_documents.html +++ b/hypha/apply/projects/templates/application_projects/includes/project_documents.html @@ -3,73 +3,73 @@
+ {% if document_category in remaining_contract_document_categories %} {% trans "Pending " %} {{ document_category.name|lower }} @@ -29,12 +28,14 @@ {% if document_category.required %}*{% endif %} {% if document_category.template %} {% heroicon_mini "information-circle" class="fill-light-blue inline align-middle" aria_hidden=true %} - {% trans "View template" %} + {% trans "View template" %} {% endif %} -
+ {% if document_category not in remaining_contract_document_categories %} {% contract_category_latest_file object document_category as latest_file %} -{{ latest_file.title }} - {{ latest_file.created_at }}
+