{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% if action == 'create' %}{% trans "New Acknowledgement" %}{% else %}{% trans "Edit Acknowledgement" %}{% endif %} - PX360{% endblock %} {% block content %}

{% if action == 'create' %}{% trans "New Acknowledgement" %}{% else %}{% trans "Edit Acknowledgement" %}{% endif %}

{% if action == 'create' %}{% trans "Create a new acknowledgement for employees" %}{% else %}{% trans "Update acknowledgement details" %}{% endif %}

{% csrf_token %}
{% if acknowledgement.pdf_document %}

{% trans "Current:" %} {{ acknowledgement.pdf_document.name }}

{% endif %}

{% trans "Upload a PDF document for employees to review (optional)" %}

{% trans "Lower numbers appear first" %}

{% trans "Cancel" %}
{% endblock %}