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

Create Contract

Project & Contract Details
Please enter the project title.
Please enter the output description.
Please enter the contract number.
Please select a tax percentage.
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 registration number.
Please enter 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 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.
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.
{% endblock %}