mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			190 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			190 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% load i18n %}
 | |
| 
 | |
| {% if value %}
 | |
| <span class='badge rounded-pill bg-success'>{% trans 'Yes' %}</span>
 | |
| {% else %}
 | |
| <span class='badge rounded-pill bg-danger'>{% trans 'No' %}</span>
 | |
| {% endif %} |