mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			106 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			106 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% if url %}
 | 
						|
<a href="{{ url }}">
 | 
						|
{% if text %}{{ text }}
 | 
						|
{% else %}{{ url }}
 | 
						|
{% endif %}
 | 
						|
</a>
 | 
						|
{% endif %} |