{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% trans page_title %}{% endblock %} {% block content %}
| {% trans "Status" %} | {% trans "Item" %} | {% trans "Role" %} | {% trans "Required" %} | {% trans "Acknowledged At" %} |
|---|---|---|---|---|
| {% if checklist_item.acknowledged_at %} {% else %} {% endif %} |
{{ checklist_item.item.text_en }}
{% if checklist_item.item.description_en %}
{{ checklist_item.item.description_en }} {% endif %} |
{% if checklist_item.item.role %}{{ checklist_item.item.role }}{% else %}All Roles{% endif %} | {% if checklist_item.item.is_required %} {% trans "Yes" %} {% else %} {% trans "No" %} {% endif %} | {% if checklist_item.acknowledged_at %} {{ checklist_item.acknowledged_at|date:"M d, Y H:i" }} {% else %} - {% endif %} |
|
{% trans "No checklist items found for this user's role" %} |
||||
{{ log.description }}
{% if log.ip_address %} {{ log.ip_address }} {% endif %}{% trans "No activity recorded yet" %}