{% extends "base.html" %} {% block content %}

My Handover Acknowledgments

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for c, m in messages %}
{{ m }}
{% endfor %} {% endif %} {% endwith %}
{% for row in rows %} {% else %} {% endfor %}
# Exit / Employee Title File Assigned Action
{{ loop.index }} {{ row.exit.employee.full_name }} ({{ row.exit.employee.employee_code }}) {{ row.doc.title }} Download {{ row.viewer.created_at.strftime('%d %b %Y') if row.viewer.created_at else '-' }} {% if not row.viewer.acknowledged_at %}
{% else %} Acknowledged {% endif %}
No pending acknowledgments.
{% endblock %}