{% if business_logo_url %} {% else %}
{{ business_name }}
{% endif %}
Document ID: {{ contract.id }}
Generated: {{ signature.signed_at|date:"M d, Y g:i A" }}

{{ contract.title }}

{% if event %}
{% endif %}
{{ contract.content_html|safe }}

Electronically Signed

Signer Name
{{ signature.signer_name }}
Signer Email
{{ signature.signer_email }}
Signed At
{{ signature.signed_at|date:"F d, Y g:i:s A T" }}
Verification Code
{{ contract.content_hash|slice:":16" }}
Electronic Consent
{{ signature.consent_text|truncatewords:20 }}

Audit Trail & Verification

{% if geolocation %} {% endif %}
Field Value
Document ID {{ contract.id }}
Document Hash (SHA-256) {{ signature.document_hash_at_signing }}
Signed At (UTC) {{ signature.signed_at|date:"Y-m-d H:i:s" }} UTC
Signer IP Address {{ signature.ip_address }}
Geolocation {{ geolocation }}
User Agent {{ signature.user_agent|truncatewords:15 }}
Verification Code {{ contract.content_hash|slice:":16" }}