{% extends 'base.html' %} {% block content %}
Press to open:
Manage your keycards or keyfobs here:
personMy cardsRecent door open requests via Slack or the buttons above
When | Who | Door | |
---|---|---|---|
{% if o.approved %}check_circle{% else %} {% endif %} | {{ o.timestamp | timeago }} | {% if o.member %}{{ o.member }}{% else %}{{ o.member_id }}{% endif %} | {{ o.door }} |
Please claim keycards or keyfobs associated with you here!
Last seen | Who | UID hash tail | Granted | |||
---|---|---|---|---|---|---|
{% if o.inventory and o.inventory.owner %} {% else %} error{% endif %} | {{ (o.last_seen or o.timestamp) | timeago }} | {{ o.door }} | {% if o.inventory and o.inventory.owner %}{{ o.inventory.owner.username | display_name }}{% else %}Unknown{% endif %} | {{ o.token.uid_hash[-6:] }} | {% if o.success %}check_circle{% else %} {% endif %} | {% if o.inventory and o.inventory.owner %}{{ o.token.comment }}{% else %}This is mine!{% endif %} |