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

This page only shows UID opens!

Does not include Slack opens, Web opens (via Doorboy/Inventory). Formats need to be unified. Use #door-log Slack channel Ctrl-f instead!

{% for o in latest_events %} {% endfor %}
Approved Timestamp Door Who (UID hash)
{% if o.approved %}check_circle{% else %}no{% endif %} {{ o.timestamp | timeago }} {{ o.door }} {{ o.inventory.owner_id }} ({{ o.token.uid_hash[-6:] }})
{% endblock %}