mirror of
				https://github.com/retspen/webvirtcloud
				synced 2025-07-31 12:41:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			No EOL
		
	
	
		
			464 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			No EOL
		
	
	
		
			464 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "base.html" %}
 | |
| {% load i18n %}
 | |
| {% block title %}{% trans "Logs" %}{% endblock %}
 | |
| {% block content %}
 | |
|             <!-- Page Heading -->
 | |
|             <div class="row">
 | |
|                 <div class="col-lg-12">
 | |
|                     <h1 class="page-header">{% trans "Logs" %}</h1>
 | |
|                 </div>
 | |
|             </div>
 | |
|             <!-- /.row -->
 | |
| 
 | |
|             {% include 'errors_block.html' %}
 | |
| 
 | |
|             <div class="row">
 | |
|             </div>
 | |
| {% endblock %} |