mirror of https://github.com/jumpserver/jumpserver
				
				
				
			
		
			
				
	
	
		
			11 lines
		
	
	
		
			333 B
		
	
	
	
		
			Python
		
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			333 B
		
	
	
	
		
			Python
		
	
	
| {% load i18n %}
 | |
| <div class="footer fixed">
 | |
|     <div class="pull-right">
 | |
|         Version <strong>{{ VERSION }}-{% include '_build.html' %}</strong> GPLv3.
 | |
|         <!--<img style="display: none" src="http://www.jumpserver.org/img/evaluate_avatar1.jpg">-->
 | |
|     </div>
 | |
|     <div>
 | |
|         {% include '_copyright.html' %}
 | |
|     </div>
 | |
| </div>
 |