mirror of
				https://github.com/retspen/webvirtcloud
				synced 2025-07-31 12:41:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			310 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			310 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div class="center-block">
 | |
|     {% if page > 1 %}
 | |
|         <a href="{% url 'showlogspage' page|add:"-1" %}">←</a>
 | |
|     {% else %}
 | |
|          
 | |
|     {% endif %}
 | |
|     {% if has_next_page %}
 | |
|         <a href="{% url 'showlogspage' page|add:"1" %}">→</a>
 | |
|     {% else %}
 | |
|          
 | |
|     {% endif %}
 | |
| </div>
 |