{% extends "ui/templates/base/layout.html" %} {% block content %}

Engagement Letter

Accept digitally with OTP/session evidence or upload a manually signed copy.

Back to Dashboard
{% if not engagement_letter %}
Engagement letter is not yet sent by the firm.
{% else %}

{{ engagement_letter.title }}

Version {{ engagement_letter.version_no }} ยท {{ engagement_letter.status.replace('_',' ').title() }}

View / Download / Print
{{ engagement_letter.body_text }}
{% if engagement_letter.status in ['sent_to_client', 'manual_uploaded', 'rejected'] %}

Accept Digitally with OTP

Use this option when you accept the engagement letter electronically. The ERP stores OTP verification, user, time, IP/device and declaration evidence.

Upload Manually Signed Copy

Download/print the engagement letter, sign it manually and upload the signed PDF/image. The firm will verify it before marking it accepted.

{% else %}
Current status: {{ engagement_letter.status.replace('_',' ').title() }}. {% if engagement_letter.accepted_at_utc %}Accepted at: {{ engagement_letter.accepted_at_utc }}{% endif %}
{% endif %}
{% endif %}
{% endblock %}