{% extends "list_requests.html" %} {% from "macros.html" import clipboard_button %} {% block content %}
Division | Permissions |
---|---|
{{ grouper }} | {% with grouped_permissions = grouped|map(attribute='permission')|groupby('value') %}{{ grouped_permissions|map('last')|map('first')|map(attribute='description')|join(', ') }} | {% endwith %}
Key | Created | Remove |
---|---|---|
{{ clipboard_button(key.hex_key, "bottom", "") }} | {{ key.timestamp.strftime('%d %b %Y @ %H:%M') }} | |