2024-12-15 03:38:50 +01:00
|
|
|
{% extends 'base.html' %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
<!-- Page Title -->
|
|
|
|
<h1 class="mb-4 text-center">Assign NFC Tag to Spool</h1>
|
2024-12-22 23:32:58 +01:00
|
|
|
{% with action_assign=True %}{% include 'fragments/list_spools.html' %}{% endwith %}
|
2024-12-15 03:38:50 +01:00
|
|
|
{% endblock %}
|