Improvement: Use fragments in templates Features: Manual fill of empty tray Bump version to 0.1.3
		
			
				
	
	
		
			8 lines
		
	
	
		
			225 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			225 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends 'base.html' %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
<!-- Page Title -->
 | 
						|
<h1 class="mb-4 text-center">Assign NFC Tag to Spool</h1>
 | 
						|
{% with action_assign=True %}{% include 'fragments/list_spools.html' %}{% endwith %}
 | 
						|
{% endblock %}
 |