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

{% trans "Send Acknowledgement" %}

{% trans "Select staff members to send this acknowledgement to" %}

{{ acknowledgement.title }}

{% csrf_token %}
|
{% for staff in staff_list %} {% empty %}

{% trans "No staff members found" %}

{% endfor %}

0 {% trans "staff selected" %} {% if already_sent_ids|length > 0 %} • {{ already_sent_ids|length }} {% trans "already sent" %} {% endif %}

{% trans "Cancel" %}

{% trans "How it works" %}

1

{% trans "Select Staff" %}

{% trans "Choose which employees need to sign this acknowledgement" %}

2

{% trans "Send Notification" %}

{% trans "Employees receive email with a link to review and sign" %}

3

{% trans "Track Progress" %}

{% trans "Monitor who has signed in the signatures page" %}

{% endblock %}