Electronic Signature Audit Certificate

Official Record of Electronic Contract Execution
Certificate Reference Number
{{ contract.signing_token }}
Contract Information
Contract ID:
{{ contract.id }}
Contract Title:
{{ contract.title }}
Template Used:
{{ contract.template.name }} (Version {{ contract.template_version }})
Status:
{{ contract.status }}
Created:
{{ contract.created_at|date:"F j, Y, g:i:s A e" }}
{% if contract.sent_at %}
Sent to Customer:
{{ contract.sent_at|date:"F j, Y, g:i:s A e" }}
{% endif %} {% if contract.expires_at %}
Expiration Date:
{{ contract.expires_at|date:"F j, Y, g:i:s A e" }}
{% endif %}
Parties
Business:
{{ business_name }}
Customer Name:
{{ contract.customer.get_full_name|default:contract.customer.email }}
Customer Email:
{{ contract.customer.email }}
{% if contract.event %}
Related Appointment:
{{ contract.event.service.name }} on {{ contract.event.start_time|date:"F j, Y" }} at {{ contract.event.start_time|date:"g:i A" }}
{% endif %}
{% if signature %}
Electronic Signature Record
Signer Name:
{{ signature.signer_name }}
Signer Email:
{{ signature.signer_email }}
Date/Time Signed:
{{ signature.signed_at|date:"F j, Y, g:i:s A e" }}
IP Address:
{{ signature.ip_address }}
User Agent:
{{ signature.user_agent }}
{% if signature.latitude and signature.longitude %}
Geolocation:
{{ signature.latitude }}, {{ signature.longitude }}
{% endif %}
Consent Records
Document Integrity Verification

The document hash is computed using SHA-256 algorithm on the contract content at the time of signing.

Hash at Signing:
{{ signature.document_hash_at_signing }}
Current Hash:
{{ current_hash }}
{% if hash_verified %}
✓ VERIFIED - Document has not been altered since signing
{% else %}
✗ MISMATCH - Document may have been modified after signing
{% endif %}
{% endif %}