{% extends "base.html" %} {% block title %}Keys & HWIDs{% endblock %} {% block content %}

All Keys

Overview of license keys and bound HWIDs.

Download Backup
{% for item in keys %} {% else %} {% endfor %}
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.
{% endblock %}