{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% trans "My Acknowledgements" %} - PX360{% endblock %} {% block content %}
{% trans "Review and sign required documents" %}
{% blocktrans %} You have {{ pending }} acknowledgement(s) waiting for your signature. Please review and sign them below. {% endblocktrans %}
{{ item.acknowledgement.description|truncatewords:20 }}
{% endif %}{{ item.acknowledgement.description|truncatewords:20 }}
{% endif %}{% trans "No acknowledgements available at this time." %}
{% trans "You will be notified when new acknowledgements are assigned to you." %}