{% extends "base.html" %} {% block title %}NFC Access Control – {{ board.name }}{% endblock %} {% block content %}
{{ nfc.get('last_uid') or '—' }}
{% if current_user.is_admin() %}
{% endif %}
{{ nfc.get('auth_uid') }}
{% else %}
None — no card enrolled yet
{% endif %}
Present a card to the reader, click Refresh until the UID appears, then click Enroll card. The UID will be set as the authorized card with the relay and timeout below.