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

{% trans "Create Acknowledgement" %}

{% trans "Create a new acknowledgement for employees to sign" %}

{% trans "Acknowledgement Details" %}

{% csrf_token %}

{% trans "Give this acknowledgement a clear, descriptive title" %}

{% trans "Employees will see this description when signing" %}

{% trans "Click to upload PDF" %}

{% trans "or drag and drop here" %}

{% trans "Optional: Upload a PDF for employees to review before signing" %}

{% trans "Lower numbers appear first in the list (0 = top)" %}

{% trans "Cancel" %}

{% trans "Tips" %}

1

{% trans "Clear Title" %}

{% trans "Use a descriptive title so employees understand what they're signing" %}

2

{% trans "Detailed Description" %}

{% trans "Include the full policy text or a clear summary" %}

3

{% trans "PDF Attachment" %}

{% trans "Upload official policy documents for reference" %}

4

{% trans "Required vs Optional" %}

{% trans "Mark critical policies as required" %}

{% endblock %}