12 lines
		
	
	
		
			344 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			344 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% load allauth %}
 | 
						|
<div class="block">
 | 
						|
    <form method="{{ attrs.method }}"
 | 
						|
          {% if attrs.action %}action="{{ attrs.action }}"{% endif %}>
 | 
						|
        {% slot body %}
 | 
						|
        {% endslot %}
 | 
						|
        <div class="field is-grouped is-grouped-multiline">
 | 
						|
            {% slot actions %}
 | 
						|
            {% endslot %}
 | 
						|
        </div>
 | 
						|
    </form>
 | 
						|
</div> |