{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% trans "Sign Acknowledgement" %} - PX360{% endblock %} {% block content %}

{% trans "Sign Acknowledgement" %}

{% trans "Please review and sign below" %}

{{ acknowledgement.title }}

{% if acknowledgement.description %}
{{ acknowledgement.description|linebreaks }}
{% endif %} {% if acknowledgement.pdf_document %}

{% trans "PDF Document" %}

{% trans "Please review the full document before signing" %}

{% trans "View PDF" %}
{% endif %}

{% trans "Digital Signature" %}

{% csrf_token %}

{% trans "By entering your name and employee ID, you acknowledge that you have read, understood, and agree to comply with this policy." %}

{% endblock %}