{% extends "base.html" %} {% block title %}Update Contract{% endblock %} {% block content %}

Update Contract

Project & Contract Details
Please enter the project title.
Please enter the output description.
Please enter a valid contract number (e.g., NGOF/2025-005).
Please select a tax percentage.
Please enter a valid tax percentage (0-20).
Please enter the name of the organization/company.
Enter the VAT TIN (uppercase letters, numbers, and hyphens only, max 50 characters).
Please enter a valid VAT TIN (uppercase letters, numbers, and hyphens only).
Party A Information (At least one required)
{% for person in form_data.party_a_info | default([{'name': 'Mr. SOEUNG Saroeun', 'position': 'Executive Director', 'address': '#9-11, Street 476, Sangkat Tuol Tumpoung I, Phnom Penh, Cambodia', 'organization': 'The NGO Forum on Cambodia', 'short_name': 'NGOF', 'registration_number': '#304 សជណ', 'registration_date': '07 March 2012'}]) %}
Please enter a valid organization (letters, spaces, commas, periods, hyphens only).
Please enter a valid short name (letters, numbers, spaces, hyphens only).
Please enter a valid name (letters, spaces, and periods only).
Please enter a valid position (letters and spaces only).
Please enter a valid address.
Please enter a valid registration number.
Please enter a valid registration date.
{% endfor %}
Party A Signer
Please select a Party A signer.
Party B Information
Please select or enter a Party B name.
Please enter a valid name (letters, spaces, and periods only).
Please enter a valid position (letters and spaces only).
Please enter a valid phone number (e.g., 012 845 091 or +855 12 845 091).
Please enter a valid email address.
Focal Person Information
{% for person in form_data.focal_person_info | default([{'name': '', 'position': '', 'phone': '', 'email': ''}]) %}
Please enter a valid name (letters, spaces, and periods only).
Please enter a valid position (letters and spaces only).
Please enter a valid phone number (e.g., 012 845 091 or +855 12 845 091).
Please enter a valid email address.
{% endfor %}
Agreement Details
Please select a start date.
Please select an end date.
Please enter a valid total fee (non-negative).
Total fee in words will be auto-generated.
{% for installment in form_data.payment_installments | default([{'description': '', 'deliverables': '', 'dueDate': '', 'organization': ''}]) %}
Please select a percentage.
Please select a paying organization.
Please enter deliverables for this installment.
Please select a due date.
{% endfor %}
Custom Article Sentences (Optional)
{% for article in form_data.articles | default([]) %}
{% endfor %}
Signatures
Please confirm Party B signature name (letters, spaces, and periods only).
{% endblock %}