mirror of
				https://github.com/inventree/inventree-website.git
				synced 2025-10-31 13:35:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			662 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			662 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| ---
 | |
| layout: content
 | |
| ---
 | |
| <article>
 | |
|     {% include partial/alert.html
 | |
|         style='info'
 | |
|         title='caveat'
 | |
|         desc='Please keep in mind that this is the view of one or more devs of InvenTree. So there is an elemenet of bias involved.'
 | |
|     %}
 | |
|     {{ content }}
 | |
| 
 | |
|     {% if page.oss %}
 | |
|     {% include partial/alert.html
 | |
|         style='info'
 | |
|         title='(F)OSS'
 | |
|         desc="This alternative is (F)OSS - let's celebrate this by heading over, giving it a good look and staring the project! Motiviation keeps projects and maintainers healthy."
 | |
|     %}
 | |
|     {% endif %}
 | |
|     View other <a href="{% link alternatives/index.md %}">Alternatives</a>.
 | |
| </article>
 |