{% extends "base.html" %} {% block title %}Keys & HWIDs{% endblock %} {% block content %}
Overview of license keys and bound HWIDs.
| User ID | License Key | HWID | Actions |
|---|---|---|---|
| {{ item.user_id }} | {{ item.license_key }} |
{% if item.hwid_uuid %}
{{ item.hwid_uuid }}
{% else %}
Not assigned
{% endif %}
|
|
| No keys found. | |||