{% 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 }}. Do you wish to continue?
Device name (optional):
{% endif %} {% endblock %}