mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +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 %} |