8 lines
		
	
	
		
			169 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			169 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
| {% load allauth %}
 | |
| <form method="{{ attrs.method }}" action="{{ attrs.action }}">
 | |
|     {% slot body %}
 | |
|     {% endslot %}
 | |
|     {% slot actions %}
 | |
|     {% endslot %}
 | |
| </form>
 | 
