{% extends "basic.html" %} {% block content %}

Claiming a device

{% if not hwaddr %}

Unknown MAC. Are you sure you're in the hackerspace?

{% else %}

You are about to claim {{ hwaddr }} as {{ current_user.id }}. Please make sure you have MAC address randomisation configured per-network or turned off entirely.

Device name (optional):
{% endif %} {% endblock %}