mirror of
				https://github.com/sb745/NyaaV3.git
				synced 2025-10-31 16:05:46 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			335 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			335 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% with messages = get_flashed_messages(with_categories=true) %}
 | |
| {% if messages %}
 | |
| {% for category, message in messages %}
 | |
| 	<div class="alert alert-dismissable alert-{{ category }}" role="alert">
 | |
| 		<button type="button" class="close" data-dismiss="alert">×</button>
 | |
| 		{{ message }}
 | |
| 	</div>
 | |
| {% endfor %}
 | |
| {% endif %}
 | |
| {% endwith %}
 | 
